Back to Challenges
Back
Fix this Binding Issue in Event Handlers
Medium
Problem
this context is lost when method is passed as callback, causing undefined errors.
Code Editor
Solution
Fullscreen
Reset