Lodash - The Complete Guide
Please rate the course
Course short description
This course is about writing javascript with using such a popular library as Lodash. javascript doesn't have enough functions to cover all our needs so Lodash helps us to write efficient and cross-browser code. The code is written with small, pure functions is easy to support, reuse, improve and test.
But it's not an easy task because the amount of function in lodash is huge. It's important to understand its principles, the most needed functions and how we can combine and reuse them. The course will help you to learn Lodash step by step from the very beginning to pro.
We won't simply go through all functions. There are lots of quizzes from real usecases for you to try using Lodash on you own.
What you will learn in this course:
- Array and object transformations
- Grouping and sorting
- Composing functions
- Working with string and arrays
- Cloning and assigning properties
- Checking the types
- Debounce and throttle
- Extending lodash with own functions
- And much more...