You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,31 @@ Here you can find course content and homework for the JavaScript 1,2 and 3 modul
8
8
|Week|Topic|Read|Homework|
9
9
|----|-----|----|--------|
10
10
|0.|Preparation for your first JavaScript session|[Reading Week 0](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week0)|-|
11
-
|1.| - Intro JavaScript (What is it, where can you use it for)<br>- Basic Data types [Strings, Numbers, Arrays]<br>- Variables<br> - Operators<br> - Conditions - <br> - Naming conventions|[CLI Reading Week 1](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-1.md)|[Homework Week 1](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week1/MAKEME.md)|
|7.|Third Git Session (Git work flow :muscle:) <br> - (re)writing data structures (in JSON)<br> -Map, reduce filter <br>|[Reading Week 7](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week7/MAKEME.md)|[Homework Week 7](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week7/MAKEME.md)|
18
-
|8.| - Closures <br> - Promises|TBA|TBA|
11
+
|1.|• Intro JavaScript (What is it, where can you use it for)<br>• Basic Data types [Strings, Numbers, Arrays]<br>• Variables<br>• Operators<br>• Conditions <br>• Naming conventions|[CLI Reading Week 1](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-1.md)|[Homework Week 1](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week1/MAKEME.md)|
|4.|• First Git Session with Unmesh :smiling_imp:<br>•JSON<br>• Code debugging using the browser<br>• Functions + JSON/Arrays<br>• Code flow (order of execution) <br>• (capturing user input) <br>• Structuring code files|[Reading Week 4](https://github.com/HackYourFuture/JavaScript/tree/master/laurens_thomas/README.md)|[Git Homework Week 4](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/laurens_thomas/MAKEME.md)|
15
+
|5.|• Second Git Session :see_no_evil:<br>• Events<br>• Callbacks <br>• XHTTP Requests <br>• API calls|[Reading Week 5](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week5/README.md)|[Homework Week 5](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week5/MAKEME.md)|
16
+
|6.|• Async VS Sync <br>• Polling|[Reading Week 6](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week6/README.md)|[Homework Week 6](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week6/MAKEME.md)|
17
+
|7.|• Third Git Session (Git Workflow :muscle:) <br>• (re)writing data structures (in JSON)<br>• Map, reduce filter|[Reading Week 7](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week7/MAKEME.md)|[Homework Week 7](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week7/MAKEME.md)|
18
+
|8.|• Closures <br>• Promises|TBA|TBA|
19
19
|9.|Test Driven Development|TBA|TBA|
20
20
21
21
22
-
__Kind note:__
22
+
__Kind note:__<br>
23
23
We expected you to __always__ come prepared to the class on Sunday.
24
24
25
+
25
26
## Module goals:
26
27
27
28
### Week 1-3:
28
-
- Deliverable Module 1
29
29
A basic program with multiple functions (reacting to user input)
30
30
31
31
### Week 4-6:
32
+
TBA
32
33
33
34
### Week 7-9:
34
-
35
+
TBA
35
36
36
37
### Overall
37
38
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](https://github.com/HackYourFuture/JavaScript/tree/master/fundamentalsand) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
0 commit comments