LFZ > javascript-constructors > Flashcards
What does the new operator do?
What property of JavaScript functions can store shared behavior for instances created with new?
prototype
What does the instanceof operator do?