ajwolfcale / NSS-Node-Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#GITHUB TESTER COMMIT

NSS-Node-Exercise

Bag O' Loot

##Requirements ###Write a test before you write implementation code

  • Items can be added to bag.
  • Items can be removed from bag, per child only. Removing ball from the bag should not be allowed. A child's name must be specified.
  • Must be able to list all children who are getting a toy.
  • Must be able to list all toys for a given child's name.
  • Must be able to set the delivered property of a child, which defaults to false to true.

About


Languages

Language:JavaScript 98.6%Language:HTML 1.4%