ForEach
methodsThe method executes the callback function for every single item in the array. An equivalent of Array.prototype.forEach.
Parameters:callbackFunction
The function that will be executed for every item.
The method executes the callback function for every single item in the array. An equivalent of Array.prototype.forEach.
The function that will be executed for every item.