Skip to main content
🔮 Output PredictionRX React Easy⚡+10 XP

useState Initial Value

What is the initial value of count?

React
const [count, setCount] = useState(0);

🔮 What is the output?