_.set(object, path, value)
_.setWith(object, path, value, [customizer])
_.toPairs(object)
_.invert(object) source
_.create(prototype, [properties])
_.assignInWith(object, sources, [customizer])
_.invoke(object, path, [args])
_.invertBy(object, [iteratee=_.identity])
_.defaults(object, [sources])
_.get(object, path, [defaultValue])
Page 4 of 5