August 2016
Beginner to intermediate
847 pages
17h 28m
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).new), the object gets a secret link pointing to the prototype of the constructor, and can access the prototype's properties.hasOwnProperty() to differentiate between an object's own properties and prototype properties.