forEach()Traverses all the characters in a string or all of the elements in an array or an array-like object, executing a function on each one.
This function is valid in v2.19.0 to v2.24.3. This function has been downloaded 49 times.a.  The parameters passed are as follows:  (1) value, (2) key, (3) a and (4) ender function.  The this keyword will contain the number of times the function has been called.  The ender function may be used to immediately stop traversing a.  Calling the ender function with a true-ish value will instead make the ender function return a boolean value indicating if the ender function has already been called (useful only in a catch or finally clause).false
                          a, including those not owned by a, should be traversed.fn was called.This function directly requires the following functions which are included automatically:
has()nativeType()This function is directly required by the following function:
forOf()