What looping structures are there in JavaScript?

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

Read Online JavaScript Job Interview Questions And Answers