how can i pass in a parameter in react onclick script code example
Example: how to call a function in react with arguments onclick
<button onClick={() => sayHello('James')}>Greet</button>
<button onClick={() => sayHello('James')}>Greet</button>