What is the output of the following JavaScript code? console.log(0.1 + 0.2 === 0.3); a) true b) false c) undefined d) NaN
0
0
1
36
0