how JavaScript stores, manages, and manipulates data.

Almost every JavaScript project uses:

  • Objects → Store related data
  • Arrays → Store collections of data
  • Array Methods → Process and transform data


In this section

Objects