Q. What does this expression return?
Code:
Boolean('false');
β
Correct Answer: (B)
true
Explanation: Any non-empty string, including 'false', is truthy.