Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created June 3, 2019 16:39
Show Gist options
  • Select an option

  • Save bartcis/794451afb98f0f6597f1ca8228a537f2 to your computer and use it in GitHub Desktop.

Select an option

Save bartcis/794451afb98f0f6597f1ca8228a537f2 to your computer and use it in GitHub Desktop.
Simple example of non-coercive comparison
// 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