Knowledge check: Events and errors - React Basic
When handling a click event in react, you should use the following attribute:
Onclick
OnClick
on-click
onClick
Inside a JSX element, you can assign a JSX expression to the onClick handler to handle a click in React.
False
True
You can pla...