1. var bob = new Person();
2. bob.sayHello();
3. bob.wave();
##################################################################################################################

Contact

##################################################################################################################
4. var cup = new Coffee();
5. bob.drink(cup);
6. var cupTwo = new Coffee();
7. bob.drink(cupTwo)

Please contact me using the following methods:

© 2022 - Built by Daniel Bass