Skip to content

Instantly share code, notes, and snippets.

@yurivictor
Last active December 29, 2015 08:39
Show Gist options
  • Save yurivictor/7644974 to your computer and use it in GitHub Desktop.
Save yurivictor/7644974 to your computer and use it in GitHub Desktop.
AreYouANumber
function AreYouANumber( n ) {
return n === n + 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment