How do you bind an event handler to a specific context in React?
By using this.handleEvent()
By using bind() inside the constructor
By defining the handler as an arrow function
By passing the event handler as a prop
This question is part of this quiz :
Event Handling in React