pull/483/merge
DNA PARTİSİ 10⁻⁹ × 3.34 s/m 1 month ago committed by GitHub
commit 3bb1871b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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