React

Introduction to React - Pass arguments to an event...

30.

How do you pass arguments to an event handler in React?

Use the arrow function syntax.

Use the bind method.

Use the call method.

Pass the arguments directly to the event handler.