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!
- Open up the MDN documentation for Array objects.
- Download the arrays.html starter file.
- Open
arrays.html
in VS Code. You should see a few arrays and eight numbered comments. - 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!
- When you're done, submit your
arrays.html
to the corresponding Gradescope assignment.