Created
June 22, 2017 10:52
-
-
Save begin29/2d00cd707ea0f16d974eeae97c0d7376 to your computer and use it in GitHub Desktop.
how js compare statements works
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
# 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