Skip to content

Instantly share code, notes, and snippets.

@aktowns
Created April 19, 2011 00:51
Show Gist options
  • Save aktowns/926610 to your computer and use it in GitHub Desktop.
Save aktowns/926610 to your computer and use it in GitHub Desktop.
parseInt('005')
// => 5
parseInt('006')
// => 6
parseInt('007')
// => 7
parseInt('008')
// => 0
parseInt('009')
// => 0
parseInt('010')
// => 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment