This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
ver2ex
/
hw-react-1
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
1
Değişiklik İstekleri
0
Wiki
Ağaç:
2389e7160b
Dallar
Biçim İmleri
master
hw-react-1
/
node_modules
/
es-abstract
/
helpers
/
isNaN.js
isNaN.js
88 B
Geçmiş
Ham
1
2
3
4
5
'use strict';
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};