Untitled

Anonymous
plain_text
04/10/2023 7:59 PM
80 B
12
Indexable
for (let i = 0; i < 10; i++) {
    console.log(i + 10);
}
Editor is loading...