Loading

Quipoin Menu

Learn • Practice • Grow

react / useState Hook in React
exercise
1/5
Exercise 1React
Question

Write a component that uses useState to create a counter with initial value 5. Display the counter and buttons to increment and decrement.