Back to quizzes
useState Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What does the useState hook return?
A
n array with state and a setter function
B
An object with state and a setter function
C
A single value representing state
D
A promise that resolves to state