Closed brzpegasus closed 6 years ago
let [, , , , fifth] = anArray; is not exactly readable.
let [, , , , fifth] = anArray;
We can disable array destructuring while keeping object destructuring.
let [, , , , fifth] = anArray;
is not exactly readable.