Update "Why Lodash" section of readme. [ci skip]

This commit is contained in:
John-David Dalton
2016-02-08 22:23:08 -08:00
parent aefbdbb6d5
commit 285b667c3e

View File

@@ -9,10 +9,10 @@ $ lodash -o ./dist/lodash.js
$ lodash core -o ./dist/lodash.core.js $ lodash core -o ./dist/lodash.core.js
``` ```
## What is Lodash ## Why Lodash?
Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br> Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
numbers, objects, strings, etc. Lodashs modular methods can be used for: numbers, objects, strings, etc. Lodashs modular methods are great for:
* Iterating arrays, objects, & strings * Iterating arrays, objects, & strings
* Manipulating & testing values * Manipulating & testing values