Skip to main content
✏️ Code CompletionRX React Easy+10 XP

Event Handler

Complete the click event handler.

✏️ Fill in the blank
<button ___={() => setCount(count + 1)}>Increment</button>

✏️ Type the missing code: