answersLogoWhite

0

Loops in Java Script are:

for - loops through a block of code a specified number of times

while - loops through a block of code while a specified condition is true

do...while - also loops through a block of code while a specified condition is true

for...in - loops through the properties of an object

For more information, visit the Related Link.

User Avatar

Wiki User

12y ago

What else can I help you with?