React Practice Test
React Hooks useState Hook
What does the useState hook return?
Select your answer
A
A single value
B
An array with a state value and a setter function
C
An object with get and set methods
D
A Promise
Hint