Javascript day2
1. forEach Method
The forEach method is used to execute a function on each element of an array.
It is typically used for performing side effects, like logging or updating external variables.
It does not return a new array and instead returns undef...
bisesh-blog.hashnode.dev9 min read