An object is a self-contained hunk of JavaScript that includes properties, other objects, and associated functions. The associated functions of an object (typically functions that describe what the object is supposed to do) are known as the object’s methods. JavaScript terms such as method and object are derived from the world of object-oriented programming.

Browse Our Tutorials
Cheat Sheets
Color Charts
Cut & Paste Code