Array Methods to Manipulate Strings

In this lesson we will study various ways to manipulate strings using array methods in JavaScript.

Arrays have a number of methods that can be used to manipulate existing arrays.

The concat() and slice() methods #

Listing 7-18 demonstrates two of them, concat(), and slice().

Get hands-on with 1200+ tech skills courses.