1 | JavaScript is object-based with no classes and, hence, no (class) inheritance |
2 | An object possesses properties and methods |
3 | A property is an attribute of an object |
4 | A method acts on an object |
5 | All JavaScript objects have toString() and valueOf() methods |