In this class, we will be introducing students to JavaScript constructors and how they can be used to dynamically create objects with similar schemas.
By the end of class, students will be able to:
Use OOP to create a banking application.
Use constructor functions to create new objects.
Use object prototypes to add methods to objects.