reading-notes

https://abrar189.github.io/reading-notes/

View project on GitHub

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