This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
illiaKozyr
/
Homework
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
8
Pull Requesty
0
Wiki
Strom:
0ae89180b3
Větve
Značky
main
Homework
/
Fakogram REACT project
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Historie
Surový
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};