We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0e41b commit a77ec6dCopy full SHA for a77ec6d
1 file changed
Week1/README.md
@@ -33,7 +33,13 @@ Only watch the below chapters:
33
34
- The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/
35
36
-:star: You can also already go through the [review](/Week2/REVIEW.md) of the upcoming lecture. :star:
+: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)
43
44
_Please go through the material and come to class prepared!_
45
0 commit comments