The argument passed to useState() is the initial value of the state. For example: useState(0) initializes the state variable with the value 0.
Question 8 of 10 in useState