July 2013
Intermediate to advanced
382 pages
6h 56m
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.Read now
Unlock full access