Introduction



Course Link

Data can be stored and accessed in many different ways, both in JavaScript and other languages. This section will teach you how to

  • manipulate arrays and access and copy the information within them ⚒
  • manipulate and access the data within JavaScript objects, using
    • dot
    • bracket notation

When you’re done with this section, you should understand the basic properties and differences between arrays and objects, as well as how to choose which to use for a given purpose.