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

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

Loading…
Cancel
Save