In this exercise we will get familiar with Javascript and it's array functions by re-attempting the Computing 1 exam in Javascript.
You will need to install the package dependencies for each repository. Run the following in your vscode terminal from this repo's directory.
npm install
Open the file
web-app/Exam_questions.js and see if you can solve them.
Once you are comfortable, see if you can re-implement using array methods,
particularly, map, filter, and reduce
to solve these problems.
We looked at these methods using a
[spreadsheet example](Map reduce filter.xls)
A set of unit tests are provided.