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 · 31-35, M
for (let i=0; i<10; i++)
{
console.log(i);
}
Riemann · 31-35, M
@basilfawlty89 Which software?
basilfawlty89 · 31-35, M
@Riemann that would just a simple for loop to print the numbers to the console in JavaScript.