DEV Community

Play Button Pause Button
Maksim Ivanov
Maksim Ivanov

Posted on • Updated on

Javascript For Loops - Explanation For Beginners

Sometimes you need to do some action repeatedly.

There are several different ways to implement loops in Javascript.

  • for statement
  • while statement
  • do..while statement
  • for..in statement
  • for..of statement

Today we'll learn how to use the most basic one, the for statement.

Latest comments (3)

Collapse
 
qws_ profile image
qws_

Awesome and concise way on explaining a for loop!

Collapse
 
satansdeer profile image
Maksim Ivanov

Thanks

Collapse
 
giorgos profile image
GeorgeNeilyo

Thank you for your awesome explanations