๐ธelement
a value item contained in an array.
JS โฉ object โฉ built-in โฉ Array โฉ element
array elements are usually accessed by property access expression, using dot notation (.) / bracket notation [].
deleting an array element leaves a โholeโ in the array and does not change the arrayโs lengthโ (sparse array)
Last updated
Was this helpful?