File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,13 @@ Only watch the below chapters:
33
33
34
34
- The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/
35
35
36
- :star : You can also already go through the [ review] ( /Week2/REVIEW.md ) of the upcoming lecture. :star :
36
+ :star : You can also already go through the topics of the upcoming lecture. :star :
37
+
38
+ - Intro JavaScript (What is it, where can you use it for)
39
+ - [ Variables (var, let, const)] ( ../fundamentals/variables.md ) <br >
40
+ - [ Basic Data types (Strings, Numbers, Arrays, Booleans)] ( ../fundamentals/values.md ) <br >
41
+ - [ Operators] ( ../fundamentals/operators.md ) <br >
42
+ - [ Naming conventions] ( ../fundamentals/naming_conventions.md )
37
43
38
44
_ Please go through the material and come to class prepared!_
39
45
You can’t perform that action at this time.
0 commit comments