Module quiz: React Hooks and Custom Hooks - Advanced React
How is array destructuring relevant to hooks in React?
It makes it possible to reassign state objects.
It makes the Virtual DOM possible.
It makes it possible to handle click events.
It is a way to get individual items from an array of items, and...