pull/416/merge
Mohammad Valadi 7 months ago committed by GitHub
commit 50de654e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3409,7 +3409,7 @@ Let see different examples
```js ```js
const countries = ['Finland', 'Estonia', 'Sweden', 'Norway'] const countries = ['Finland', 'Estonia', 'Sweden', 'Norway']
countries.forEach(function (country, index, arr) { countries.forEach(function (country, index, arr) {
console.log(i, country.toUpperCase()) console.log(index, country.toUpperCase())
}) })
``` ```

Loading…
Cancel
Save