pull/356/merge
Arjun Pandit 2 years ago committed by GitHub
commit d436b0cb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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