Lodash uses a functional programming approach in implementing common tasks in JavaScript. With a package size of over 1.4MB, having Lodash on your front-end can hinder the performance of your website. In this article, I'll be showing you how to implement some of the key functionalities provided by Lodash.

20m read timeFrom freecodecamp.org
Post cover image
Table of contents
PrerequisitesTable of ContentsProject SetupHow to Create Array MethodsHow to Create Collection MethodsHow to Create Math MethodsHow to Create Object MethodsHow to Create String MethodsConclusion
6 Comments

Sort: