I can explain how the new
keyword changes the way a function behaves.
I can explain the implicit steps that happen in my function when I use the new
keyword.
I can explain the difference between an object's prototype and the prototype
property on the constructor function.
I understand how to place method on a prototype.
I understand the difference between using Object.create
and using a
https://gist.github.com/emilydowdle/6a7b6ef2950d2814b574