You’ll learn :
More about conditional statements if, if else and switch and get better with using them the right way, also you’ll learn when and how to chose one loop statement over others.
Conditional statements :
1/ Check a number is even or odd :
2/ Find the largest between two numbers :
3/ simple switch code
3.5/ Switch code
4/ Simple calculator with if else :
5/ Simple calculator with switch :
Loops :
1/ Print the summation of numbers between 0 and 10 :
2/ Write a code to print numbers from 1 to 10 :
3/ print only even numbers between 0 and 20
References :
https://www.programiz.com/javascript/while-loop , https://www.learn-js.org/en/Loops , https://education.launchcode.org/intro-to-professional-web-dev/chapters/loops/exercises.html , https://www.programiz.com/javascript/for-loop
Thanks for reading, and feel free to ask any question about javascript or about this series and i appreciate any feedback to improve My content.
find me on twitter, github and my portfolio.
Top comments (0)