Kizspy | Question: 23
(Choose 1 answer)
How would you use the useState Hook to manage a counter in a React component?
A. const [count, setCount] = useState(0);
B. const count = useState(0);
C. const count useState(0)[0];
D. const [count, setCount] = useState();