Random
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Post something random. [I'd Rather Get To Know You Than Small Talk]

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);
}
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.