Skip to content

Instantly share code, notes, and snippets.

@amysimmons
Created February 20, 2018 08:53
Show Gist options
  • Save amysimmons/bedeb054b00e0a7c6517f84d65fab3d4 to your computer and use it in GitHub Desktop.
Save amysimmons/bedeb054b00e0a7c6517f84d65fab3d4 to your computer and use it in GitHub Desktop.
"22" == true // false
"22" == 1 // false
22 == 1 // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment