[Js loop statement] the difference between for and while

for

Suitable for loop bodies with known loop times

while

Suitable for loop bodies with unknown cycles

do while

The loop of this syntax is executed at least once

 

Guess you like

Origin blog.csdn.net/qq_39799094/article/details/109212731