JavaScript Array forEach() Method
https://www.w3schools.com/jsref/jsref_foreach.asp
The forEach() method calls a function once for each element in an array, in order. Note: the function is not executed for array elements without values. Browser Support.