Scroll
Javascript Lesson 3 While, For Loops
In this lesson, we will go over loops in JavaScript. As I mentioned earlier, the syntax of the PHP language is similar to JavaScript, so you can also take a look at loops in PHP:
PHP Lessons – Lesson 12 – Loops while, foreach, for
With one exception: JavaScript does not have a foreach() loop. Instead, we will use the each()
method in jQuery to iterate over elements in the future.
While Loop
For Loop