What does the empty position in const [first, , third] = iterable do?

from Destructuring assignment
Node 24 intermediate 1 min

What does the empty position in const [first, , third] = iterable do?

Report an error