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.
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 MethodsConclusion6 Comments
Sort: