Which one of these is the method used inside a class to create new objects?
constructor()
new Object()
constructor
The method used to create new objects inside a class is the constructor() method.