We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b304e commit 99fadabCopy full SHA for 99fadab
01_Basics/02_datatypes.js
@@ -31,7 +31,7 @@ console.log(typeof b) //string
31
32
let c = -14.5;
33
console.log(c)
34
-console.log(typeof c)
+console.log(typeof c) //number
35
36
let d = 14 / "jk"
37
console.log(d) //nan
0 commit comments