Lodash

lodash

#lodash

Table of Contents

About

1

Chapter 1: Getting started with lodash

2

Remarks

2

Versions

2

Examples

5

Setup

5

node.js with npm

5

Download own copy for clientside in website (ie. in the browser)

5

Use lodash in a browser from a CDN

6

Chapter 2: Chaining

7

Remarks

7

Explicit chaining with _.chain(...)

7

Implicit chaining with _(...)

7

Examples

7

Chaining

7

Chapter 3: Utils

9

Examples

9

_.identity

9

What does _.identity mean in lodash documentation?

9

Example of _.identity in documentation of _.times

9

Example of _.identity in documentation of _.findKey and _.findLastKey

9

Chapter 4: Working with Lists and Arrays

11

Syntax

11

Parameters

11

Examples

11

Use _.map to Transform a List

11

_.filter

12

_.some

12

_.reduce

12

Chapter 5: Working with objects

14

Examples

14

.has

14

Note

14

Credits

15

About

You can share this PDF with anyone you feel could benefit from it, downloaded the latest version from: lodash

It is an unofficial and free lodash ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow. It is neither affiliated with Stack Overflow nor official lodash.

The content is released under Creative Commons BY-SA, and the list of contributors to each chapter are provided in the credits section at the end of this book. Images may be copyright of their respective owners unless otherwise specified. All trademarks and registered trademarks are the property of their respective company owners.

Use the content presented in this book at your own risk; it is not guaranteed to be correct nor accurate, please send your feedback and corrections to info@



1

Chapter 1: Getting started with lodash

Remarks

Lodash is a library of utilities for manipulating and examining objects and arrays.

Versions

Version Release Date v0.1.0 2012-04-23 v0.2.0 2012-05-21 v0.2.1 2012-05-24 v0.2.2 2012-05-30 v0.3.0 2012-06-06 v0.3.1 2012-06-10 v0.3.2 2012-06-14 v0.4.0 2012-07-11 v0.4.1 2012-07-11 v0.4.2 2012-07-16 v0.5.0 2012-08-17 v0.5.1 2012-08-18 v0.5.2 2012-08-21 v0.6.0 2012-08-28 v0.6.1 2012-08-29 v0.7.0 2012-09-11 v0.8.0 2012-10-01 v0.8.1 2012-10-04 v0.8.2 2012-10-10



2

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download