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

Skip to content

Commit ff62aa5

Browse files
committed
class9
1 parent 05fb0e5 commit ff62aa5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,31 @@ Here you can find course content and homework for the JavaScript 1,2 and 3 modul
88
|Week|Topic|Read|Homework|
99
|----|-----|----|--------|
1010
|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)|
12-
|2.| CLI session with Unmesh <3|[Reading Week 2](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week2)|[CLI Homework Week 2](https://github.com/HackYourFuture/CommandLine/blob/master/HomeWork.md)|
13-
|3.|- Loops (for/while) - Functions <br> -Scope <br> -Advanced data types [Objects] <br>- Array Manipulations <br> - Basic DOM manipulations [img src, innerHTML] - Code commenting|[Reading Week 3](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week3)|[Homework Week 3](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week3/MAKEME.md)|
14-
|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 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)|
12+
|2.| CLI session with Unmesh :heart:|[Reading Week 2](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week2)|[JS](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week2/MAKEME.md) + [CLI Homework Week 2](https://github.com/HackYourFuture/CommandLine/blob/master/HomeWork.md)|
13+
|3.| Loops (for/while)<br>• Functions <br>Scope <br>Advanced data types [Objects] <br> Array Manipulations <br>Basic DOM manipulations [img src, innerHTML]<br>• Code commenting|[Reading Week 3](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week3)|[Homework Week 3](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week3/MAKEME.md)|
14+
|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|
1919
|9.|Test Driven Development|TBA|TBA|
2020

2121

22-
__Kind note:__
22+
__Kind note:__<br>
2323
We expected you to __always__ come prepared to the class on Sunday.
2424

25+
2526
## Module goals:
2627

2728
### Week 1-3:
28-
- Deliverable Module 1
2929
A basic program with multiple functions (reacting to user input)
3030

3131
### Week 4-6:
32+
TBA
3233

3334
### Week 7-9:
34-
35+
TBA
3536

3637
### Overall
3738
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

Comments
 (0)