Skip to content
Loading
what is the output for console.log(0.1 + 0.2); console.log(0.1 + 0.2 == 0.3); in JavaScript?