Skip to content

Commit 99fadab

Browse files
committed
revision
1 parent 08b304e commit 99fadab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_Basics/02_datatypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ console.log(typeof b) //string
3131

3232
let c = -14.5;
3333
console.log(c)
34-
console.log(typeof c)
34+
console.log(typeof c) //number
3535

3636
let d = 14 / "jk"
3737
console.log(d) //nan

0 commit comments

Comments
 (0)