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.
for loop, while loop, do-while loop, but there is no foreach loop in JavaScript.
Previous Question | Next Question |
What does the EnableViewStateMac setting in an aspx page do? | To put a "close window" link on a page? |