Loops over the given number of iterations and calls the given callback function for each iteration.
The number of iterations.
The callback function.
An array of the return values of the callback function.
Generated using TypeDoc
Loops over the given number of iterations and calls the given callback function for each iteration.