Skip to content

Instantly share code, notes, and snippets.

@ferreiratiago
Created September 25, 2017 17:48
Show Gist options
  • Save ferreiratiago/56fd7b457e3d957a2ddb4ef894ad1020 to your computer and use it in GitHub Desktop.
Save ferreiratiago/56fd7b457e3d957a2ddb4ef894ad1020 to your computer and use it in GitHub Desktop.
JS WTF
'0'.charCodeAt(0) // 48
'2'.charCodeAt(0) // 50
'10'.charCodeAt(0) // 49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment