Skip to content

Instantly share code, notes, and snippets.

@begin29
Created June 22, 2017 10:52
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 begin29/2d00cd707ea0f16d974eeae97c0d7376 to your computer and use it in GitHub Desktop.
Save begin29/2d00cd707ea0f16d974eeae97c0d7376 to your computer and use it in GitHub Desktop.
how js compare statements works
# if(statement)
https://i.stack.imgur.com/MKgie.png
#if statement1 == statement2
https://i.stack.imgur.com/5bdbd.png
#if st1 === st2
https://i.stack.imgur.com/mmvud.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment