I\'m having trouble understanding the destructuring syntax.
const useInput = initialValue => { const [value, setValue] = useState(initialValue); re