Skip to content

Instantly share code, notes, and snippets.

@rjchicago
Created June 22, 2022 16:58
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 rjchicago/03956ee8b2694e9769a03adb255e883d to your computer and use it in GitHub Desktop.
Save rjchicago/03956ee8b2694e9769a03adb255e883d to your computer and use it in GitHub Desktop.
check out this explanation: https://www.youtube.com/watch?v=wPBjd-vb9eI
( 0.1 + 0.2 === 0.3 ) ? console.log('LGTM') : console.log('WTF');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment