Define an Empty Class

Use the class keyword to declare an empty class called User. The body of the class can stay empty for now.
JavaScript
Console