JavaScript Array forEach() method | ninjasquad
When provided with an array, the forEach() function is responsible for calling a function for every item in the given array. However, it is worth noting that this method does not execute when no elements exist.
Source: Internet