Untitled

Anonymous
plain_text
01/23/2024 8:03 AM
116 B
16
Indexable
const numbers = [1,2,3,4,5,6];

numbers.forEach((item)=>{
    console.log(item);
})
Editor is loading...
Leave a Comment