Tree.

forEach(map, fn)

Calls the fn once for each key-value pair present in the map-like object. For each pair, the function will be passed value and key parameters.