Array Destructuring (JS)

Given,

We can destructure our array by placing the array elements into variables we create:

first sports
second cooking
remainingHobbies [‘sleeping’, ‘eating’]