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

Skip to content

Commit 9018792

Browse files
authored
Update README.md
1 parent d89f5c8 commit 9018792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here you can find course content and homework for the JavaScript 1,2 and 3 modul
88

99
|Week|Topic|Read|Homework|Review|
1010
|----|-----|----|--------|------|
11-
|0.|Preparation for your first JavaScript session|[Pre-reading](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week0) + [CLI Reading Week 1](https://github.com/SocialHackersCodeSchool/CommandLine/blob/master/Lecture-1.md)|-|
11+
|0.|Preparation for your first JavaScript session|[Pre-reading](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week0)|-|
1212
|1.|• Intro JavaScript (What is it, where can you use it for)<br>• Variables [var, let, const]<br>• Basic Data types [Strings, Numbers, Arrays]<br>• Operators|[Reading Week 1](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week1/README.md) | [Homework Week 1](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week1/MAKEME.md)|[Review](https://github.com/SocialHackersCodeSchool/JavaScript/blob/master/Week1/REVIEW.md)|
1313
|2.|• Advanced data types [Objects] <br>• Conditions <br>• Statements vs Expressions<br> • Loops (for/while)<br>• Functions <br>• Naming conventions|[Reading Week 2](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week2/README.md)|[Homework Week 2](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week2/MAKEME.md)|[Review](https://github.com/SocialHackersCodeSchool/JavaScript/blob/master/Week2/REVIEW.md)|
1414
|3.|• Closures <br>• Scope <br>• Array Manipulations <br>• Basic DOM manipulations [img src, innerHTML]<br>• Code commenting|[Reading Week 3](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week3)|[Homework Week 3](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week3/MAKEME.md)|[Review](https://github.com/SocialHackersCodeSchool/JavaScript/blob/master/Week3/REVIEW.md)|

0 commit comments

Comments
 (0)