This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
Viktoriia.Yurchenko
/
HomeWork
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
2
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
master
HomeWork
/
react2
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Permanentný odkaz
História
Raw
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};