Add a Constructor with Parameters
Add a
constructor to the class User that accepts a name parameter and assigns it to this.name. The instance below should end up with the name 'Ada'.Premium
JavaScript
Console