Prototype Delegation with JavaScript's new Keyword

Share this video with your friends

Send Tweet

When the new keyword is used in JavaScript, a new object is created, the this context is directed to the the new object and the new object is prototype linked. In this lesson we'll create a function and call it with the new keyword. We'll then modify this function's prototype object and show it's relationship with the newly created object.

Alex Hubitski
Alex Hubitski
~ 6 years ago

my CDO hurts from missing semis

Jake
Jake
~ 6 years ago

Why literal form is preferred option? because it is shorter?

Rex
Rex
~ 6 years ago

The inline console.log output is great, but it's hard to follow.

Dylan Punchihewa
Dylan Punchihewa
~ 6 years ago

Why literal form is preferred option? because it is shorter? Same question here.