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.
my CDO hurts from missing semis
Why literal form is preferred option? because it is shorter?
The inline console.log output is great, but it's hard to follow.
Why literal form is preferred option? because it is shorter? Same question here.