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