logo


Loops in JS

Loops

A Loop is defined as how to make a section of a program repeat.

The repetition can be one or many times and it can continue for a fixed number of loops or it can loop based on a condition.

This section shows you how to make the comouter do that using JS.