Built-in Objects
JavaScript has ten built-in objects:
plus a Math object with no constructor
An instance object is created with new:
var myImage = new Image();
var answers = new Array(0,1,0);
Previous slide
Next slide
Back to first slide
View graphic version