Skip to content

Commit ba7a43b

Browse files
committed
renamed weeks and fixed paths to fundamentals repository
1 parent a6d3e68 commit ba7a43b

File tree

12 files changed

+10
-12
lines changed

12 files changed

+10
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Here you can find course content and homework for the JavaScript2 module
66

77
|Week|Topic|Read|Homework|
88
|----|-----|----|--------|
9-
|1.|• Capturing user input <br>• Events<br>• [Basic DOM manipulations (img src, innerHTML)](fundamentals/DOM_manipulation.md)<br>• Code debugging using the browser <br>• [Code commenting](fundamentals/code_commenting.md)<br>• Structuring code files<br>• [Code formatting](fundamentals/code_formatting.md) |[Reading Week 4](/Week1/README.md)|[Homework Week 4](/Week1/MAKEME.md)|
10-
|2.|• Functions + JSON/Arrays<br>• [Array Manipulations](fundamentals/array_manipulation.md)<br>• JSON<br>• [Map and filter](fundamentals/map_filter.md)<br>• Arrow functions |[Reading Week 5](/Week2/README.md)|[Homework Week 5](/Week2/MAKEME.md)|
11-
|3.|[Closures](fundamentals/scope_closures_this.md) <br>• Callbacks|[Reading Week 6](/Week3/README.md)|[Homework Week 6](/Week3/MAKEME.md)|
9+
|1.|• Capturing user input <br>• Events<br>• [Basic DOM manipulations (img src, innerHTML)](../../../fundamentals/blob/master/fundamentals/DOM_manipulation.md)<br>• Code debugging using the browser <br>• [Code commenting](../../../fundamentals/blob/master/fundamentals/code_commenting.md)<br>• Structuring code files<br>• [Code formatting](../../../fundamentals/blob/master/fundamentals/code_formatting.md) |[Reading Week 4](/Week1/README.md)|[Homework Week 4](/Week1/MAKEME.md)|
10+
|2.|• Functions + JSON/Arrays<br>• [Array Manipulations](../../../fundamentals/blob/master/fundamentals/array_manipulation.md)<br>• JSON<br>• [Map and filter](../../../fundamentals/blob/master/fundamentals/map_filter.md)<br>• Arrow functions |[Reading Week 5](/Week2/README.md)|[Homework Week 5](/Week2/MAKEME.md)|
11+
|3.|[Closures](../../../fundamentals/blob/master/fundamentals/scope_closures_this.md) <br>• Callbacks|[Reading Week 6](/Week3/README.md)|[Homework Week 6](/Week3/MAKEME.md)|
1212

1313
__Kind note:__
1414

1515
We expect you to __always__ come prepared to the class on Sunday.
1616

1717
### Overall
18-
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](fundamentals/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
18+
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](../../../fundamentals/blob/master/fundamentals/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
1919

2020

Week4/MAKEME.md renamed to Week1/MAKEME.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Topics discussed in class this week:
1111
• State
1212
```
1313

14-
>[Here](/Week3/README.md) you find the readings you have to complete before the fourth lecture.
14+
>[Here](/Week1/README.md) you find the readings you have to complete before the fourth lecture.
1515
1616
## Step 0: Make a small dance
1717
Give yourself (or your neighbor) a little tap on the shoulder, you've made it to JS2! :muscle:
@@ -102,7 +102,7 @@ And just for fun ... https://www.freecodecamp.com/challenges/sum-all-numbers-in-
102102

103103
_Deadline Sunday morning_
104104

105-
Go trough the reading material in the [README.md](/Week4/README.md) to prepare for your next class
105+
Go trough the reading material in the [README.md](/Week1/README.md) to prepare for your next class
106106

107107
## :boom: Bonus homework :boom:
108108
the Bonus homework for this week (for those of you want an extra challenge) do the following:
@@ -126,5 +126,3 @@ How to hand in your homework:
126126
• Your hyf-javascript2/week1 should now contain the files of your homework.
127127
• Place the link to your repository folder in Trello.
128128
```
129-
130-
:star: Additional resources and review: [here](/Week3/REVIEW.md):star:
File renamed without changes.
File renamed without changes.

Week5/MAKEME.md renamed to Week2/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Topics discussed this week:
99
• Arrow functions
1010
```
1111

12-
>[Here](/Week5/README.md) you find the readings you have to complete before the sixth lecture.
12+
>[Here](/Week2/README.md) you find the readings you have to complete before the sixth lecture.
1313
1414
## Step 1: Feedback
1515

@@ -118,7 +118,7 @@ _Deadline Saturday_
118118

119119
_Deadline Sunday morning_
120120

121-
Go trough the reading material in the [README.md](/Week5/README.md) to prepare for your next class
121+
Go trough the reading material in the [README.md](/Week2/README.md) to prepare for your next class
122122

123123

124124
```
File renamed without changes.

0 commit comments

Comments
 (0)