Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 3.19 KB

File metadata and controls

44 lines (25 loc) · 3.19 KB

Homework JavaScript Week 3

This will be the first week you are expected to hand in some homework when we combine all of the concepts you have been practicing the last 3 weeks.

Todo list

  1. Practice the concepts
  2. Prep exercises
  3. Homework exercises
  4. Your personal brand
  5. Practice practice practice

1. 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. In the first course you'll learn about functions, the structure and how they're used. They are a fundamental part of understanding programming and you should become very familiar with them! Do as many of the things in the following list to feel comfortable with the concepts.

2. Prep exercises

Prep exercises are exercises that you should work on before the session on Sunday. These are a little more difficult or show an important concept and as such are a great exercise to talk about with your class and your Q&A mentor. Have a solution ready by Sunday as you may be asked to show what you did.

Inside your JavaScript fork, go to the folder Week3. Inside of that folder, navigate to /prep-exercises. For each exercise, you will find a separate folder. The README explains what needs to be done. There will also be some questions at the bottom to think about. Go through them before the session on Sunday as it will be covered then.

3. Homework exercises

It is time to combine everything we have learned the past couple of weeks and get some feedback from experienced developers. This will be the first week you are working with the homework repository so reserve some time to set it up. This week we expect you to do the exercises in the corresponding module/week folder (JavaScript / Week 3). Have a look at the homework guide to see how to hand in your homework.

NOTE: Make sure to read and apply all of the README in the homework repository to set up the extensions in Visual Studio Code!.

4. Your personal brand

Remember that next week you have to hand in your CV! If you haven’t started yet, this is the last reminder :)

5. Practice practice practice

Done with the above? Then it is time to practice practice practice! Below you will find huge lists of practice exercises to keep practicing. The better you get at JavaScript, the easier the rest of the curriculum is so try to do as much as you can. Some of these solutions use some of the concepts of next week so if something looks weird, have a quick look at next week's topics to see what it means:

Done early?

Have a look at some of the week4 concepts already!