Skip to content

Lodash: 10 Javascript Utility Functions That You Should Probably Stop Rewriting

Updated: at 08:52 PM

I use Lo-Dash everyday and you should too! Here are some practical applications.

Even with the mainstream adoption of ES6, I dare say that Javascript developers still don’t get as much syntax sugars as other languages such as Objective-C and Ruby. Hence, the need to write custom helpers for utilitarian tasks is still prevalent in Javascript applications.

However, as of late, I came to be very fond of a library which provides clean and performant utility methods - [

Lodash

](https://lodash.com/).

Read more from the source: colintoh.com