Writing clean JavaScript

JavaScript is a powerful language. We can create games, spreadsheet apps, mail clients, and so on, with JavaScript. However, developing applications using JavaScript ends up messy if you aren't careful.

It's a good thing that we are using a JavaScript framework/library to clean up redundant and messy code.

Lodash is one of the most used JavaScript libraries, and it makes it easier to develop JavaScript code, such as walking through arrays, working on objects and their properties, and so on.

According to https://lodash.com/, Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, and so on. Lodash's modular methods are great for:   Iterating arrays, objects, and strings ...

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.