Update 20_day_writing_clean_codes.md

pull/483/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent 4e5ccf57e1
commit d714b78463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,7 @@ We coverer many types of loops in this challenges. The regular for loop, while l
Lets see how we use them:
```js
for (let i = 0; i < n; i++){
for (let i = 0; i < 20; i++){
console.log()
}

Loading…
Cancel
Save