Computer Science, asked by sumansingh6525, 6 months ago

Types of loop in JavaScript are ______,______

a. For……….loop

b. do ………. End

c. While………loop

d. While……..wend

e. for………next

Answers

Answered by joshuajampa1607
1

Answer:

There are total of 3 loops:

for, while and do-while.

Similar questions