LearningFuze > Javascript-constructors > Flashcards
What does the new operator do?
What property of JavaScript functions can store shared behavior for instances created with new?
(mainly it is to preserve memory) –> for optimization.
What does the instanceof operator do?