Basic JavaScript Question:

What looping structures are there in JavaScript?

Answer:

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

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?