...

/

Object Prototype Extensions and Super Calls

Object Prototype Extensions and Super Calls

get and set the prototype of an object, using the 'super' keyword to make code more concise

We'll cover the following...

The Object API has been extended with two methods to get and set the prototype of an object:

...