(link)
u (link)
The this Reference (link)
Vikram: [Read later]
Prototypes are used to implement classes and inheritance, and to modify the behavior of objects after they have been instantiated. (link)
As you will see later in this chapter, prototypes can be chained. If the prototype doesn’t have a property, its prototype is searched, until the prototype chain ends. (link)
Object.getPrototypeOf and Object.setPrototypeOf. (link)
When creating an employee object, we set its prototype. The prototype is an “internal slot” of the object (link)