Loops

JavaScript supports the following types of loop:

Key Points

Important:

Be careful not to create endless loops. Make sure your loops always have an exit condition!