Sparse array (JavaScript)

In JavaScript, a sparse array, sometimes also referred to as a holey array, is an array that does not have elements at contiguous positions; instead it has empty holes in it.