Skip to content

Instantly share code, notes, and snippets.

@ylv-io
Created January 29, 2019 17:21
Show Gist options
  • Save ylv-io/bf94e454d700beeea4e6cf8042abbfc3 to your computer and use it in GitHub Desktop.
Save ylv-io/bf94e454d700beeea4e6cf8042abbfc3 to your computer and use it in GitHub Desktop.
console.log(0.1 + 0.2);
console.log(0.1 + 0.2 === 0.3);
console.log(9007199254740993 === 9007199254740992);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment