illustration for Efficient JavaScript Array Manipulation
pro

Efficient JavaScript Array Manipulation

3m closed-captioning
·
2 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
3.0
36
people completed
Published 4 years ago
|
Updated 2 years ago

Arrays are probably the most used data structure in web development, that's why Javascript offers multiple ways to create solutions for different manipulations and transformations needed to work with arrays.

There are certain common patterns when manipulating arrays and at the same time different perspectives such as mutable and immutable methods, imperative and declarative forms. In this course, you will learn different methods to solve problems that you will encounter in your day-to-day life as a web developer.

This is evergreen content that will be indispensable to understanding JavaScript and how to manipulate arrays.

Course Content

3m • 2 lessons

    You might also like these resources:

    illustration for Reduce Data with Javascript Array#reduce

    This course will dig deep into the Array#reduce in JavaScript and give you a solid understanding to start using it today.

    illustration for Understand JavaScript Arrays
    Shane Osbourne・1h 10m・Course

    Explore JavaScript (es6) array methods. We will slice, join, map, and reduce our way to better understanding of the powerful array methods that modern JavaScript delivers.

    illustration for Build Advanced Components with React Hooks
    Matías Hernández・27m・Course

    Learn how to build complex components using different design patterns implemented with the React Hooks API.