File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ $ lodash -o ./dist/lodash.js
9
9
$ lodash core -o ./dist/lodash.core.js
10
10
```
11
11
12
- ## Why Lodash?
13
-
14
- Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br >
15
- numbers, objects, strings, etc. Lodash’s modular methods are great for:
16
-
17
- * Iterating arrays, objects, & strings
18
- * Manipulating & testing values
19
- * Creating composite functions
20
-
21
12
## Community
22
13
23
14
[ ![ Gitter] ( https://badges.gitter.im/lodash/lodash.svg )] ( https://gitter.im/lodash/lodash )
@@ -36,6 +27,15 @@ Review the [build differences](https://github.com/lodash/lodash/wiki/build-diffe
36
27
* [ Full build] ( https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.js ) ([ ~ 21 kB gzipped] ( https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.min.js ) )
37
28
* [ CDN copies] ( https://www.jsdelivr.com/projects/lodash )
38
29
30
+ ## Why Lodash?
31
+
32
+ Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br >
33
+ numbers, objects, strings, etc. Lodash’s modular methods are great for:
34
+
35
+ * Iterating arrays, objects, & strings
36
+ * Manipulating & testing values
37
+ * Creating composite functions
38
+
39
39
## Module Formats
40
40
41
41
Lodash is available in a [ variety of builds] ( https://lodash.com/custom-builds ) & module formats.
You can’t perform that action at this time.
0 commit comments