January 2017
Beginner to intermediate
550 pages
10h 6m
English
Let's summarize the most important topics you have learned in this chapter:
prototype. Initially, it contains an empty object-an object without any own properties.prototype object. You can even replace it completely with an object of your choice.new), the object gets a secret link pointing to the prototype of the constructor and can access the prototype's properties.hasOwnProperty() method to differentiate between an object's own properties and prototype properties.Read now
Unlock full access