Join Nostr
2024-10-01 15:28:40 UTC
in reply to

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)?