Q. What does the 'new' keyword do?
β
Correct Answer: (A)
Creates a new instance of an object
Explanation: The 'new' keyword is used to create instances of a constructor function.