What is this pattern called?
const [count, setCount] = useState(0);
object destructuring
array destructuring
spread operating
code pushing