#iterable-object
Read more stories on Hashnode
Articles with this tag
Quick revision/Notes ยท Iteration let x = [1, 'b', a => a + 1]; x.length = 6; for(let i = 0; i<x.length; i++){ console.log(`x: ${x[i]} of type...