Basic JavaScript Question:

What looping structures are there in JavaScript?

Tweet Share WhatsApp

Answer:

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

Download JavaScript PDF Read All 114 JavaScript Questions
Previous QuestionNext Question
What does the EnableViewStateMac setting in an aspx page do?To put a "close window" link on a page?