Q. What is the output of Boolean('false')?
β
Correct Answer: (A)
true
Explanation: Any non-empty string, including 'false', is truthy in JavaScript.