Skip to main content

In this lesson we utilize a few JavaScript methods to develop a shopping list array. The array needs to be a collection of arrays which contain two data points per array. The first point is a string and the second is an integer. An example of the list would be: [[“butter”, 1], [“bread”, 2]].

This is a basic JavaScript lesson which makes up a part of the Free Code Camp curriculum. Enjoy!

Thank you for watching.

Leave a Reply