In this class, you will learn how to add elements and remove elements from a JavaScript array. In Part I, we will focus on the beginning and end of the array, and in Part II, we'll learn how to add and remove elements in the middle of the array.
Part I - Working with the ends of a JavaScript array
Part II - Working with the middle of a JavaScript array