Next Steps

Upon completing everything in this chapter, you should go on to the chapter on functions. If you would like to read more about loops before continuing forward, here are some of our favorite resources.

  1. MDN Web Docs
  2. for Loops by W3Schools
  3. JavaScript Loops Explained
Note

The final article is from FreeCodeCamp and includes even more ways for you to write a loop in JavaScript. You do not have to master these to succeed in this course.