element
a value item contained in an array.
Last updated
Was this helpful?
a value item contained in an array.
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ element
array elements are usually accessed by property access expression, using dot notation (.) / bracket notation [].
an array element leaves a “hole” in the array and does not change the array’s length (sparse array)