There is no placeholder concept in JS. Often used for this _, but you cannot use it more than once in a single ad:
let [_, secondColor] = colors;
let [_, _, thirdColor] = colors;
Also, it _can actually be used in your code, so you have to come up with a different name, etc.
:
let thirdColor = colors[2];
let {2: thirdColor, 10: eleventhColor} = colors;