1 2 3 4
function odump(object, depth, max){ depth = depth || 0; max = max || 2; ...
Given an object, iterate th...
Given an object, iterate th...