JavaScript Object Model
JavaScript is object-based with no classes and, hence, no inheritance
An object possesses properties as well as methods
A property is an attribute of an object
A method acts on an object
All JavaScript objects have eval, toString, and valueOf methods