Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Created October 21, 2018 11:56
Show Gist options
  • Select an option

  • Save ufocoder/65c011cae47e164a78c0afda1d3eee1d to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/65c011cae47e164a78c0afda1d3eee1d to your computer and use it in GitHub Desktop.
Number.isNaN = Number.isNaN || (function(value) {
return value !== value;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment