Please enable JavaScript.
Coggle requires JavaScript to display documents.
Events - Coggle Diagram
Events
-
-
Passing arguments
inside a loop, it is common to want to pass an extra parameter to an event
-
with event object <button onClick={ (e)=> { showUser(ele.name, e)} }>Click</button>
-
-