You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
.bind
to.apply
Acceptance Criteria:
-All tests passing
The text was updated successfully, but these errors were encountered: