empty
is not a type. It is just a way of describing that there is nothing there. It isn't undefined
or null
. It is the complete lack of a value. You'll only see that when it tries to show you a representation of the array. If you actually look in those indices, it will return undefined
.