Answers

Question and Answer:

  Home  JavaScript

⟩ What looping structures are there in JavaScript?

JavaScript supports the

for loop, while loop, do-while loop, but there is no foreach loop in JavaScript.

 215 views

More Questions for you: