loops exercises
See What's new for you
Print numbers 1 to 5 using a for loop
Difficulty: easy
Language: javascript
Calculate the factorial of 5 using a for loop
Difficulty: easy
Language: javascript
Count the number of even numbers between 1 and 10 using a for loop
Difficulty: easy
Language: javascript
Calculate the sum of odd numbers from 1 to 10 using a for loop
Difficulty: easy
Language: javascript
Print the first 10 elements of the Fibonacci sequence using a for loop
Difficulty: easy
Language: javascript
Reverse a given string using a for loop
Difficulty: easy
Language: javascript
Print the first 10 square numbers using a for loop
Difficulty: easy
Language: javascript
Calculate the sum of all even numbers between 1 and 20 using a for loop
Difficulty: easy
Language: javascript
Print the first 5 multiples of 7 using a for loop
Difficulty: easy
Language: javascript