What is setCount?
setCount
const [count, setCount] = useState(0);
a function to update the state
a state object
a variable
the initial state value