Learning JS Course @Sololearn - Day29
Today #day29 of #100daysofcode, I have completed 3.19,3.20 lessons
and a practice program in JS. @Sololearn
The while loop
As long as the condition is true the while loop repeats the block of code.
syntax: while (condition) { code block}
the conditi...
dheerajy1.hashnode.dev1 min read