Slide 44
Slide 44 text
All global variables and functions are
properties of window.
console.log( window );
//=> Window {
// Array: function Array(),
// Number: function Number(),
// Object: function Object(),
// RegExp: function RegExp(),
// console: Console,
// document: document,
// setTimeout: function setTimeout(),
// undefined: undefined,
// ... etc.
// }