Nieuws

small experiment with javascript foreach routine in node. Shows what to expect when trying a forEach () on an array vs. an object read from a yaml file.
Well, the forEach () method doesn’t actually return anything (undefined). It simply calls a provided function on each element in your array. This callback is allowed to mutate the calling array.