Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57d92ae

Browse files
committed
Removed belgium parts for now
1 parent 37cd404 commit 57d92ae

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Week1/MAKEME.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ In the following exercises you'll learn how to use different JavaScript concepts
1616
- [Learn-js](https://www.learn-js.org/). Do all the `Learn the basics` exercises.
1717
- [Codecademy: Introduction to JavaScript](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction). Do all the exercises (#1 to #10).
1818
- [jshero.net](https://www.jshero.net/en/success.html). Do the first 5 exercises.
19-
- [HYF Belgium](https://github.com/HackYourFutureBelgium/debugging/tree/master/isolate). Our friends over at HYF Belgium have made some really nice exercises. Do exercises 00 through 04 of these. You can clone the [repository](https://github.com/HackYourFutureBelgium/debugging) and work on it locally.
2019

2120
The above should give you a nice basis. If you have extra time and are still a little unsure, have a look at the following:
2221
- [FreeCodeCamp: Introduction to JavaScript](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript). Do at least 20 exercises, you can choose whichever ones you feel are challenging enough.

Week2/MAKEME.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ In this section you will be doing interactive exercises, that will allow you to
88

99
- Do all parts of [Codecademy: Arrays](https://www.codecademy.com/courses/introduction-to-javascript/lessons/arrays) (Signup required!)
1010
- Do 5 exercises of [FreeCodeCamp: Basic data structures](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-data-structures)
11-
- [HYF Belgium](https://github.com/HackYourFutureBelgium/behavior-strategy-implementation/tree/master/isolate/). Our friends over at HYF Belgium have even more great exercises. Do 06, 08-14. You probably already have cloned this from last week, you can use the same one.
12-
- [HYF Belgium #2](https://github.com/HackYourFutureBelgium/behavior-strategy-implementation/tree/master/isolate). HYF Belgium also has another module that has some exercises. Clone the [behaviour-strategy-implementation module](https://github.com/HackYourFutureBelgium/behavior-strategy-implementation) and do the `01-arrays` exercise.
1311
- 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!
1412

1513
## No homework to hand in
@@ -19,4 +17,3 @@ For the first 2 weeks of JavaScript there is no homework to hand in as the exerc
1917
## Done early?
2018

2119
Have a look at some of the week3 concepts already and 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!
22-

Week3/MAKEME.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ This will be the first week you are expected to hand in some homework when we co
1212
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.
1313

1414
- [Codecademy: Functions ](https://www.codecademy.com/courses/introduction-to-javascript/lessons/functions)
15-
- [HYF Belgium](https://github.com/HackYourFutureBelgium/debugging/tree/master/isolate). Our friends over at HYF Belgium have even more great exercises. Do 15,16,17. You probably already have cloned this from last week, you can use the same one.
1615
- 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!
1716

1817
## **2. Homework exercises**
1918

2019
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 your class repository on how to get the homework repository set up and how to hand in the homework.
20+
21+
## Done early?
22+
23+
Have a look at some of the week4 concepts already!

Week4/MAKEME.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ Before we head into the homework exercises, it might be nice to do some interact
1313

1414
## **2. Homework exercises**
1515

16-
This week we expect you to do the exercises in the corresponding module/week folder (JavaScript / Week 4). Have a look at your class repository on how to hand in the homework.
16+
This week we expect you to do the exercises in the corresponding module/week folder (JavaScript / Week 4). Have a look at your class repository on how to hand in the homework.
17+
18+
## Done early?
19+
20+
Have a look at the challenges folder and do as many of them as you can!

0 commit comments

Comments
 (0)