- Implement an OO JS program using the 'new' keyword
- Practice adding methods to objects
- Using JS data structures and loops
- Practice building a TDD program from scratch
##Enumerable Lab
Create Bank using enumerable lodash methods.
Bank should be able to:
- Add an account
- Find account by name owner name.
- Find the largest account.
- Find the total account value.
NewerOlder