Definition of Lodash document
_.chain(value)
Creates a lodash wrapper instance that wraps value with explicit method chain sequences enabled. The result of such sequences must be unwrapped with _#value.
Since
1.3.0
Arguments
- value (*): The value to wrap.
Returns
(Object): Returns the new lodash wrapper instance.
https://jsbin.com/sasanut/5/edit?js,output