From Overview of JavaScript I -- Basic Web Scripting Language CPS616 Technologies of the Information Age -- Spring Semester 99. byGeoffrey C. Fox (Tom Scavo)
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