The if() ... else if() ... else() statement example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The switch ... case statement example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The while statement example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The do ... while statement example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The for statement example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The for ... in statement example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

The break and continue statements example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

Arrays conversion methods example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

Arrays stacking methods example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...

Arrays queuing methods example

<!DOCTYPE html> <html> <head> <title>JS tutorial</title...