Created
September 23, 2020 13:50
-
-
Save orhanveli/ee92c2c0d70e9d647d5acdb1012cd1bd to your computer and use it in GitHub Desktop.
What will the code below output? Explain your answer.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(0.1 + 0.2); | |
console.log(0.1 + 0.2 == 0.3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment