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 the current state and a function to update it.
B
A boolean value.
C
An object.
D
A string.