Methods Overview

In order to do things with arrays, we use array methods. Array methods allow us to add/remove things, combine arrays, update data, and even reverse the order of a string!

Let's learn about some of the most common and useful array methods.

Last updated