Skip to content

Instantly share code, notes, and snippets.

@dzek69
Created July 16, 2017 19:47
Show Gist options
  • Save dzek69/6d3c77361db671bd276063bb505c21a4 to your computer and use it in GitHub Desktop.
Save dzek69/6d3c77361db671bd276063bb505c21a4 to your computer and use it in GitHub Desktop.
const u = (item) => {
console.log(isNaN(item.name) === false);
console.log(item.name !== item.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment