This page is a permanent link to the reply below and its nested replies. See all post replies »
basilfawlty89 · 36-40, M
for (let i=0; i<10; i++)
{
console.log(i);
}
{
console.log(i);
}

SW-User
@basilfawlty89 Which software?
basilfawlty89 · 36-40, M
@SW-User that would just a simple for loop to print the numbers to the console in JavaScript.