
_.clone supports deep cloning_.forEach supports fluid interface and stop iteration_.forIn to _.forIn on proper and inherited properties of objects_.forOwn to _.forOwn only on the object's own properties._.isPlainObject checks if the value was created using the Object constructor_.lateBind for late binding_.merge - “deep” analogue of _.extend_.partial for currying without binding this_.pick and _.omit accept callback and thisArg_.template uses sourceURLs for easier debugging_.contains , _.size , _.toArray , etc. ... accept strings toobackbone modifier. lodash backbone lodash csp lodash legacy lodash mobile _.bindAll , _.defaults , and _.extend . lodash strict lodash underscore Source: https://habr.com/ru/post/157673/
All Articles