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