Add a Method to a Class

Add a method greet to the class User. The method should return the string 'Hello!'.
JavaScript
Console