Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 2.01 KB

File metadata and controls

21 lines (12 loc) · 2.01 KB

Homework JavaScript Week 2

Practice, practice, practice. Same as week 1, you are not handing in any homework, but are going to practice as much javascript as you can. Play around with the exercises mentioned below, remember that you can copy the code into jsTutor to step through the code, or look at it in the debugger in the browser/vscode.

Practice the concepts

In this section you will be doing interactive exercises, that will allow you to practice with the concepts you've learned about this week! Do as many as you need to feel comfortable with the concepts.

  • Do all parts of Codecademy: Arrays (Signup required!)
  • Do 5 exercises of FreeCodeCamp: Basic data structures
  • There is a practice-exercises folder in this week's repository that is filled with exercises to try out. The solutions are in a separate folder so you can check if you did it correctly. Clone this repository to your computer and have a go!

No homework to hand in (for now)

For the first 2 weeks of JavaScript there is no homework to hand in as the exercises already give you all the feedback you need. Go through the first 3 weeks at your own pace, and feel free to ask questions about any of the 3 weeks for the Q&A sessions.

While there’s no homework to be handed in this week, we strongly suggest that you start working on your Personal Brand as mentioned in the Career Training session. Keep in mind that the last week of Javascript you will have to hand in your CV so better get started soon!

Done early?

Try to do more exercises in the links above. The first weeks of the JavaScript modules are very important as understanding the basics will make the rest of the curriculum that much easier to follow. So keep reading and writing code! If you feel up to it, continue on to week 3 as then we bring everything together.