Skip to content

Instantly share code, notes, and snippets.

@orhanveli
Created September 23, 2020 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orhanveli/ee92c2c0d70e9d647d5acdb1012cd1bd to your computer and use it in GitHub Desktop.
Save orhanveli/ee92c2c0d70e9d647d5acdb1012cd1bd to your computer and use it in GitHub Desktop.
What will the code below output? Explain your answer.
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