Q. What will this expression return?
Code:
Boolean([]);
β
Correct Answer: (A)
true
Explanation: An empty array is a truthy value in JavaScript.