This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-js-fundamentals-part-5
Watch
1
Star
0
Fork
You've already forked odin-js-fundamentals-part-5
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6aa84ac5f5
odin-js-fundamentals-part-5
/
node_modules
/
es-abstract
/
helpers
/
isNaN.js
6 lines
88 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
isNaN
(
a
)
{
return
a
!==
a
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink