Use Case:
Users want code that is compliant with JS standards! Wait who are we kidding JS has no standards! Either way we are misusing bind it should be apply to add the this context to a method.
Requirements:
- Change all occurrences of
.bind to .apply
Acceptance Criteria:
-All tests passing