how to send handdleclick more than one argumeent code example
Example 1: react multiple event handlers]
onClick={() => { handleOpen(); handleChange() }}
Example 2: how to call a function in react with arguments onclick
<button onClick={() => sayHello('James')}>Greet</button>