This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
Viktoriia.Yurchenko
/
HomeWork
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
2
Beolvasztási kérések
0
Wiki
Branch:
master
Branch-ok
Tag-ek
master
HomeWork
/
react2
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};