Created
June 3, 2019 16:39
-
-
Save bartcis/794451afb98f0f6597f1ca8228a537f2 to your computer and use it in GitHub Desktop.
Simple example of non-coercive comparison
This file contains hidden or 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
| // Non-coercive / strict comparison | |
| if ( 5 === 5 ) { | |
| console.log('No coercion please!'); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment