Q. What is the result of Boolean(0)? (A) false (B) true (C) null (D) undefined ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) false Explanation: 0 is a falsy value in JavaScript.