ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
State Management with useState Quiz
Question 1 of 15
Score: 0/15
What is returned by the useState hook?
Just the current state value
An array with [currentValue, setterFunction]
An object with
{ value, setValue }
{ value, setValue }
A function to update state
Check Answer
Previous
Next Topic