Javascript Events
Directions
Create an 'eventing' library out of the Events class.
The Events class should have methods 'on', 'trigger', and 'off'.
Solutions
Solution #1