Q. What will console.log(0.1 + 0.2 == 0.3) print? (A) false (B) true (C) undefined (D) NaN ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) false Explanation: Due to floating-point precision, 0.1 + 0.2 is not exactly 0.3.