...

/

Summary: Collections

Summary: Collections

Review what we learned about collections in JavaScript.

We'll cover the following...

Key points

  • Arrays are an ordered list of values.
  • An array literal is written using square brackets containing comma-separated values—such as [2,3,5,7].
  • Arrays can
...