how to use the state hook to create a count, setcount pair in Javascript code example Example: usestate const [count, setCount] = useState(0);