Skip to content

Instantly share code, notes, and snippets.

@codermarcos
Created November 9, 2018 17:21
Show Gist options
  • Save codermarcos/084d15a587eb18bb26addd492c588d8e to your computer and use it in GitHub Desktop.
Save codermarcos/084d15a587eb18bb26addd492c588d8e to your computer and use it in GitHub Desktop.
Polyfill Number.isNaN
function naoNumero(x) { return x !== x; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment