Initial commit
This commit is contained in:
3
Typeof/typeOf.js
Normal file
3
Typeof/typeOf.js
Normal file
@@ -0,0 +1,3 @@
|
||||
console.log(typeof(null));
|
||||
console.log(typeof(17));
|
||||
console.log(typeof([]));
|
||||
Reference in New Issue
Block a user