Destructuring & Spread Operator

How could you use destructuring to extract the first element of an array and assign it to a variable called 'head'?
Next Question (14/20)