From 404a7181a8b3d5db0849becefb413e579e0f190e Mon Sep 17 00:00:00 2001 From: "Robert T. Stewart" Date: Sun, 7 Feb 2016 14:20:46 -0500 Subject: [PATCH] Add 'What is Lodash' section to README.md. [ci skip] --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 859522aa8..61f3f6c1f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js ``` +## What is Lodash + +Lodash makes JavaScript easier by taking the hassle out of working with arrays,
+numbers, objects, strings, etc. Lodash’s modular methods can be used for: + +* Iterating arrays, objects, & strings +* Manipulating & testing values +* Creating composite functions + ## Community [![Gitter](https://badges.gitter.im/lodash/lodash.svg)](https://gitter.im/lodash/lodash)