lodash itterate over objects of objects code example Example: how to loop through an object using lodash _.forOwn(obj, function(value, key) { } );