I constantly find myself passing config values to functions accessing them like this:
var arg1 = \'test1\'; if(isUndefined(config.args.arg1)){ arg1 = config.ar
Looks like finally lodash has the _.get() function for this!