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