Untitled

 avatar
unknown
plain_text
2 years ago
58 B
3
Indexable
for (let i = 0; i < 10; i++) {
    console.log(i + 10);
}