Skip to content

Instantly share code, notes, and snippets.

@CraigMorton
Last active September 22, 2016 12:55
Show Gist options
  • Save CraigMorton/193b5f3ec263493ea799b0d19a62d28e to your computer and use it in GitHub Desktop.
Save CraigMorton/193b5f3ec263493ea799b0d19a62d28e to your computer and use it in GitHub Desktop.

##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.
  • Find the average value.
  • Find the total value for an account type.

Further: Write our own map, using forEach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment