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

Released under the MIT License.