pull/377/merge
Yash Patel 6 months ago committed by GitHub
commit 25c6cc6e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -191,10 +191,8 @@ arr.forEach((element, index, arr) => console.log(index, element, arr))
```
```js
let sum = 0;
const numbers = [1, 2, 3, 4, 5];
numbers.forEach(num => console.log(num))
console.log(sum)
```
```sh

Loading…
Cancel
Save