Skip to content

Instantly share code, notes, and snippets.

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

  • Save ufocoder/135c5207148a3da2c56158414286331d to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/135c5207148a3da2c56158414286331d to your computer and use it in GitHub Desktop.
function isNan(value) {
return Object.is(value, Number.NaN);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment