Destructuring arrays set code example Example: destructure array javascript var [first, second, ...rest] = ["Mercury", "Earth", ...planets, "Saturn"];