Skip to content

Instantly share code, notes, and snippets.

@jlggross
Created April 18, 2021 22:16
Show Gist options
  • Save jlggross/5878b6e263b266a4ad594b54d8d2416a to your computer and use it in GitHub Desktop.
Save jlggross/5878b6e263b266a4ad594b54d8d2416a to your computer and use it in GitHub Desktop.
Strict Equality
var a = 10 // number
var c = "10" // string
console.log(a === c) // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment