JavaScript arrays peculiarity:
Not a syntax error:> var arr = ['a', , 'c'];
>> Array(3) [ "a", <1 empty slot>, "c" ]
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/keys#examples
The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!