In React, how do you pass an argument to an event handler?
Using an anonymous function
By using an arrow function in JSX
Using the bind() method inside the render function
By passing arguments directly to the event handler
This question is part of this quiz :
Event Handling in React