๐ค Modern JavaScript: In-session JavaScript Lab
On your own, in groups or in pairs, work through the JavaScript files and re-write them using the suggested modern JavaScript method specified in the document.
You will need to fork and clone this repository to work through the solutions
โ
Remember to read the accompanying instructions in the .md files
โ
If the exercise has tests, be sure to check the tests still pass after you've changed the code! (๐ก To do this, run npm test!)
โ Once completed, be ready to explain what you did back to the rest of the cohort
We recommend working through the files in the order below:
๐ Fork and then clone this repo to your local computer
To install dependencies run:
npm install
To run the tests:
npm test
To run one specific test:
npm test file_name.js
๐ก If you've not heard of the modern JavaScript method before, that's great! Google and read about the method before having a go at implementing it. The MDN docs are a great resource.
๐ก Your understanding is the most important thing, so take your time.
๐ก Researching, writing notes and solving problems yourself will help you learn the most.
๐ก If you get stuck, ask one of the Tech Coaches and we'll jump in and help! ๐