Untitled

 avatar
user_4032527
plain_text
2 months ago
120 B
4
Indexable
var trees = ["pine","apple","oak","maple","cherry"];
delete trees[3];
console.log(trees[3]);
console.log(trees.length);
Editor is loading...
Leave a Comment