Kizspy | Question: 37
(Choose 1 answer)
In React 18, how can you pass additional arguments to an event handler?
A. By using the event.target property
B. By using the event.data property
C. By using the bind method when binding the event handler
D. React 18 does not support passing additional arguments to event handlers