Create an Instance of a Class

The class User already exists. Use the new keyword to create an instance of it and store the instance in a variable called user.
JavaScript
Console