From Overview of Advanced JavaScript -- Web Scripting Language CPS616 Technologies of the Information Age -- Spring Semester 98. byTom Scavo,Geoffrey C. Fox
JavaScript is object-based with no classes and, hence, no (class) inheritance
An object possesses properties and methods
A property is an attribute of an object
A method acts on an object
All JavaScript objects have toString() and valueOf() methods