Untitled

 avatar
unknown
plain_text
a year ago
87 B
3
Indexable
const numbers = [1,2,3,4,5,6];

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