Untitled

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