Merge pull request #1 from dheesimha/dheesimha-patch-1

Fix typo
pull/337/head
Dheemanth Narasimha 3 years ago committed by GitHub
commit e65a60c4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,7 +184,7 @@ The `new Dat().toLocaleString()` can also be used to display current date time.
#### Loops
We coverer many types of loops in this challenges. The regular for loop, while loop, do while loop, for of loop, forEach loop and for in loop.
We covered many types of loops in this challenges. The regular for loop, while loop, do while loop, for of loop, forEach loop and for in loop.
Lets see how we use them:
```js

Loading…
Cancel
Save