Introduction to Arrays

JavaScript allows us to work with simple native types, as well as complex custom objects. Arrays allow us to group related data as a single collection of elements.

  • Discuss supported operations (such as push, pop, find, slice, and splice)
  • Take a look at the JavaScript 5 Array.prototype transformation methods
  • Perform a hands-on exercise such as an array of authors

Complete and Continue