...

/

Challenge: Loops in JavaScript

Challenge: Loops in JavaScript

Solve tasks regarding loops in JavaScript.

We'll cover the following...

Task 1

Write a loop that counts from 11 to 100100 and checks if the number is a multiple of 3 ...