complexity: 4 ; importance: 2; author: docentmail


Comment usage (Problem 2015-12-31-23-01)

Question: What world would be the result for each line?

typeof "John";
typeof 3.14;
typeof false;
typeof [1,2,3,4];
typeof {name:'John', age:34};