I can explain how the new keyword changes the way a function behaves.
2
I can explain the implicit steps that happen in my function when I use the new keyword.
2
I can explain the difference between an object's prototype and the prototype property on the constructor function.
2
I understand how to place method on a prototype.