Skip to content

Arrays

Objectives

  • Create and use a JavaScript array.

  • Demonstrate proficiency adding and removing from an array.

  • Identify if an object is an array.

  • Have familiarity with some of the core methods associated with JS arrays.

  • Use Array prototype methods to perform common operations on arrays.

Topics

Appendix


Up -- Next