The JavaScript exception "Initializing an object twice is an error with private fields/methods" occurs when an object that was created via a class constructor goes through the class construction again, and the class contains a private property. This is usually caused by the return override trick....the class contains a private property . This is usually caused by...same field again. Private properties are installed on the value...