Basic JavaScript Question:
Download Job Interview Questions and Answers PDF
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.
Download JavaScript Interview Questions And Answers
PDF
Previous Question | Next Question |
What does the EnableViewStateMac setting in an aspx page do? | To put a "close window" link on a page? |