Expert JavaScript Developer 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.
Previous Question | Next Question |
Explain EnableViewStateMac setting in an aspx page do? | Tell me to put a "close window" link on a page? |