Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @g.t.georgiev/foreachof with all npm packages installed. Try it out:

var foreachof = require("@g.t.georgiev/foreachof")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@g.t.georgiev/foreachof v1.1.0

ForEachOf is a utility function similiar to the idea of Array.prototype.forEach method executing a callback function on each element of an array, but in this case in a flattening manner, so you could have an infinite levels of nesting and it will go through every element, with hierarchical order in mind.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free