In todays exercise we will practice the use of array methods (and also some of the other ES2015 concepts). This is exercise is embedded into a tiny React app, so we can see how the array methods are useful for an app like this.
Please (only) work on the file src/student.js
.
You can open this repository in Codesandbox by going to the following link where you add your Github username at the end: https://codesandbox.io/s/github/redi-react-fall-2020/04-exercises-jsrecap-YOUR_GITHUB_USERNAME
If you opened this repo in code-sandbox, you can see in the app what is working and what not.
You can also open the console in Codesandbox to see the output of your functions.