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 ```js
let sum = 0;
const numbers = [1, 2, 3, 4, 5]; const numbers = [1, 2, 3, 4, 5];
numbers.forEach(num => console.log(num)) numbers.forEach(num => console.log(num))
console.log(sum)
``` ```
```sh ```sh

Loading…
Cancel
Save