Created
July 16, 2017 19:47
-
-
Save dzek69/6d3c77361db671bd276063bb505c21a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
https://github.com/lodash/lodash/blob/3.0.2-npm-packages/lodash.isnan/index.js