This test will be about the most important JavaScript concepts you’ve learned about so far (JavaScript1 and JavaScript2).
- 1 hour
- Create a
forkof this repository - Clone your
forked repositoryto your machine - Navigate to the folder
class27-js2-test - Get started with writing code!
- Write clean code (remove unnecessary
console.logs, format correctly, etc.) - You are not allowed to modify the
index.htmlfile
- Push your code to your
forked repository - Create a new pull request to the original repository
- Look for low hanging fruit. Which of the assignments is easiest for you to do? Tackle that one first.
- Make sure that all syntax is correct when writing code on paper. For instance: don’t forget brackets or semicolons.
- If you get stuck in an assignment, move on to the next one. You can always come back later if time permits.
- After finishing an assignment, read the question again to make sure you actually gave an answer to the question.
- Before handing in the test, read it all over again to pick out the small mistakes. Double check your work!
Good luck!