Skip to content

Commit

Permalink
Document other methods
Browse files Browse the repository at this point in the history
  • Loading branch information
CreaturePhil committed Mar 15, 2016
1 parent fb31d61 commit fbd1744
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ var total = Object.keys(users).reduce(function(acc, cur) {
console.log(total); // 63
```

## Other methods

Some other methods that are provided by lodash are:
[keys](https://lodash.com/docs#keys),
[transform](https://lodash.com/docs#transform),
[values](https://lodash.com/docs#values), and
[update](https://lodash.com/docs#update).

## License

MIT © [Phil](http://creaturephil.github.io)

0 comments on commit fbd1744

Please sign in to comment.