For Each in Javascript Simplified with Examples

For Each in Javascript is an inbuilt function that can be used to execute a function on each item in the array. There are different ways to loop over arrays in JavaScript, but it...