explain while look in JavaScript with the help of an example
Answers
Answered by
1
Answer:
First you should mention your class then I will answer your question with the help of your class
Answered by
0
Answer:
The while statement creates a loop that is executed while a specified condition is true. The loop will continue to run as long as the condition is true. It will only stop when the condition becomes false. JavaScript supports different kinds of loops: for - loops through a block of code a number of times.
Similar questions