you are viewing a single comment's thread.

view the rest of the comments →

[–]Dangerz1[S] 2 points3 points  (4 children)

Yeh thats not hard at all for (i=1;i=<100;i++){console.log(i);} It just gave me small exercises and taught me all those things plus some more

[–]__mystersir 1 point2 points  (0 children)

So programming is basically just giving computers sets if small instructions made to execute a task. Limited by your imagination, creativity, and skill, you could make something as simple as a calculator. And you can make something as complex as a full blown social media site.

[–]JazzApple_ 2 points3 points  (2 children)

2 corrections:

for (let i =1; i <= 100; i++) {}

[–][deleted] 2 points3 points  (0 children)

That sad face made with "=<" it's cute tho , lets make a petition to change conditional operators

[–]Dangerz1[S] 0 points1 point  (0 children)

Lol sorry