これ

> elements.map(({ "length": lengthFooBArX }) => lengthFooBArX); // [8, 6, 7, 9]
> elements.map(({ length }) => length); // [8, 6, 7, 9]