UI Deploy

Curated, Short, Web UI Dev we Love.

ECMAScript 6: holes in Arrays

This blog post describes how ECMAScript 6 handles holes in Arrays.

Holes in Arrays

Holes are indices “inside” an Array that have no associated element. In other words: An Array arr is said to have a hole at index i if

view source

Advertisement