Unit 10.1 - 10.3: Object Oriented Project
Unit Objectives:
By the end of this unit, you will be able to:
-
Explain object-oriented programming in the context of JavaScript
-
Address asynchronous behavior with approaches beyond callbacks
-
Use constructors and prototypal inheritance for object instantiation
-
Explain the difference between constructors and Class syntax