reorganizing

This commit is contained in:
brightboost
2021-12-02 21:21:10 +01:00
125 changed files with 4052 additions and 1 deletions
@@ -0,0 +1,3 @@
let x = 7;
console.log(Number.isNaN(x));
console.log(isNaN(x));