Skip to content

Instantly share code, notes, and snippets.

@alexeykomov
Created January 26, 2018 15:50
Show Gist options
  • Save alexeykomov/1cf36925c1099657f547e5223bb6cdde to your computer and use it in GitHub Desktop.
Save alexeykomov/1cf36925c1099657f547e5223bb6cdde to your computer and use it in GitHub Desktop.
function isNaN(numberInQuestion) {
return 'NaN' === String(+numberInQuestion);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment