Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 3

Activity

5_Analyzing
JavaScript Code
Zildjian C. Geronimo
BSIT-3A
Loop Code

As you can see we declare script for java.


Var count = 0; is the starting point of our loop so
if we change it to 2 it will start in 2 like this example
Loop while

While is to declare how many loop you want


count < 100 is how many loop you want to show so na number we have is
100 si it is 100 loop

You might also like