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