0
Feedback
What will the following code output and why?
Choose an option below
true
false
undefined
Error: Invalid operation
Hint
Related Questions
1console.log(0.1 + 0.2 === 0.3);