mongo icon indicating copy to clipboard operation
mongo copied to clipboard

Remove `array` type

Open donno2048 opened this issue 5 months ago • 0 comments

There is no array type.

> typeof([])
'object'
> typeof(new Array())
'object'

And even in the same file at the tojson function it's not used:

https://github.com/mongodb/mongo/blob/2b0bab0e2355bba3276cb80e05d03812300d86b2/src/mongo/shell/types.js#L627-L662

donno2048 avatar Feb 07 '24 05:02 donno2048