From fbd174440ccb4be74987f3e957032cd5545e100f Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 15 Mar 2016 15:00:41 -0700 Subject: [PATCH] Document other methods --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 361abc8..45e747b 100644 --- a/README.md +++ b/README.md @@ -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)