Controller Limitations:
- Console.log is unusuable in controller
- Cannot throw errors explicitly
- Controller can only contain methods, no constants (not sure about helper)
Component Limitations:
- Cannot utilize javascript callouts
- Cannot retrieve element from events, i.e. click a link