Skip to content

Prep 8: Array Functions

Due: Wednesday, Mar 26th

Read

  • 10.1 Array Functions
  • 10.3 to 10.3.1 Fetch
  • MDN: Array objects

Write

It's time to work out those array muscles and exercise your JavaScript skills that you've been developing!

  1. Open up the MDN documentation for Array objects.
  2. Download the arrays.html starter file.
  3. Open arrays.html in VS Code. You should see a few arrays and eight numbered comments.
  4. Your goal is to use different array methods and write callback functions to solve each of the little exercises and become an array CHAMPION!
    • Pro tip: The MDN web doc listed above is your best friend here.
    • Make sure your variable names to store the results match those provided in the file!
  5. When you're done, submit your arrays.html to the corresponding Gradescope assignment.