ts
const superArray: string[] = [];
// The verification is not keeping pace.
if (superArray.length >= 1) {
const [element] = superArray;
}