complexity: 2 ; importance: 2; author: docentmail
Variables (Problem 2015-12-17-16-47)
Question: What will return typeof x; and typeof y;?
var x = 123;
var y = new Number(123);