JavaScript for Novices

Flow control and loops.

You will learn how to use flow control and loops in JavaScript.

Statements:
if...else statement
for ;
do…while;
while ;
switch;
loop control (label; break ; continue );

Set of the problems:

General info: Links to read

if...else statement: Links to read :

for statement: Links to read :

do…while statement: Links to read :

while statement: Links to read :

switch statement: Links to read :

label; break ; continue statements: Links to read :