Exercise 2.1
This commit is contained in:
parent
2345bceda0
commit
ce07cc4288
@ -1 +1,13 @@
|
||||
let str1 = 'Laurence';
|
||||
let str2 = "Svekis";
|
||||
let val1 = undefined;
|
||||
let val2 = null;
|
||||
let myNum = 1000;
|
||||
|
||||
|
||||
console.log(typeof(str1));
|
||||
console.log(typeof(str2));
|
||||
console.log(typeof(val1));
|
||||
console.log(typeof(val2));
|
||||
console.log(typeof(myNum));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user