Jan D on Nostr: > JavaScript handling Array > holes inconsistently > is one more reason > to avoid ...
> JavaScript handling Array > holes inconsistently > is one more reason > to avoid them.
does this mean: "avoid native arrays" (in favor of set or custom iterable type) or "avoid arrays with holes" (in favor of consecutively filled arrays)?