reading-notes
https://abrar189.github.io/reading-notes/
View project on
GitHub
Comparison and logical operators
Loops
we have three Formula to use loops in JavaScript:
For
while
do while
for statement
while statement