Skip to content

Instantly share code, notes, and snippets.

@pedrodelgallego
Created August 2, 2010 12:57
Show Gist options
  • Save pedrodelgallego/504601 to your computer and use it in GitHub Desktop.
Save pedrodelgallego/504601 to your computer and use it in GitHub Desktop.
if (isNaN(parseInt("\u000B")) !== true) {
print('parseInt("\\u000B") === Not-a-Number. Actual: ' + (parseInt("\u000B")));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment