Loops: for, do-while and while
  • While loop Syntax with Example
  • The do-while loop
  • For loop syntax with examples
  • Inline loop variables
  • Skipping loop parts
  • Breaking the loops
  • Continue to the next iteration
  • No Ternary Operator for Break and Continue
  • Labels for Break and Continue
  • Don't Jump Randomly
The "Switch" Statement
  • Switch Syntax
  • Switch Statements with Examples
  • Combining "case" Options
  • Pay attention to types