Junior — Senior
Implement a nightstand class
livecode
Task condition
Create a class Nightstand that contains three drawers, each capable of storing arbitrary items. Add the ability to iterate over an instance of Nightstand with an iterator, so that the contents of all drawers can be retrieved sequentially.