Use powerful helper methods to manipulate and control the content of arrays.
Learning objectives
- Sort and reverse the order of array elements.
- Clear and resize the elements of an array.
- Split a string into an array of strings or characters (chars).
- Join array elements into a string.
Leave a Reply