typeof (new Function())
"function"
(function (){}) instanceof Function
true
new Array(1,2,3)
[1, 2, 3]
new Array(3)
[undefined, undefined, undefined]
new Object()
{}
Object(null)
{}
The console allows you to interact with the course material and examples. Use the following keys:
A special logging function is also available: