new Number(1)
1
new Number(1) == 1
true
new Number(1) == new Number(1)
false
new Number(1).valueOf()
1
new Number(1) === 1
false
(1).constructor
function Number() {
[native code]
}
The console allows you to interact with the course material and examples. Use the following keys:
A special logging function is also available: