beginner+100 XP
React Counter with Hooks
Create a counter component using React hooks. Implement increment, decrement, and reset functionality using useState. The function should return an object with count, increment, decrement, and reset properties.
ReactHooksuseState
💡AI Hints
Stuck? Click "Show Hint" for RAG-grounded guidance.
Console — click "Run Code" to evaluate