Javascript > Objects & Factory Functions > Flashcards
Object.create
- Assigns the new object’s internal prototype as the object passed in as an argument
Factory Function
- any object returned from a factory function is an ‘instance’ of the factory function
new
this