Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 596 Bytes

File metadata and controls

16 lines (12 loc) · 596 Bytes

Comparison and logical operators

image

Loops

we have three Formula to use loops in JavaScript:

  1. For
  2. while
  3. do while

image

  • for statement image

  • while statement image