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.