- Don’t you need a constructor function to specify object instantiation behavior and handle object initialization? - Don’t you need constructor functions for privacy in JavaScript?What pattern do you use for privacy in JavaScript? - Does `new` mean that code is using classical inheritance?What does the new keyword? - What is for you the value of ́instance of ́? - What is the fastest way to do object creation in JavaScriptand why? - What is best for memory management in Javascript and why? - What is the most common object instantiation patternin JavaScript?