---
title: "What looping structures are there in JavaScript?"  
description: "What looping structures are there in JavaScript?"  
author: "Chris Anderson"  
published: 2011-10-17  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1295/what-looping-structures-are-there-in-javascript  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# What looping structures are there in JavaScript?

for, while, do-while loops, but no foreach.

## Answers

### Answer by Chris Anderson

for, while, do-while loops, but no foreach.


---

Original Source: https://www.mindstick.com/interview/1295/what-looping-structures-are-there-in-javascript

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
