@@ -26,22 +26,18 @@ Only watch the below chapters:
26
26
3 . Variables and Data Types
27
27
28
28
29
+ Read up on the most important topics of next week:
29
30
31
+ [ Variables (var, let, const)] ( http://javascript.info/variables )
30
32
33
+ [ Basic Data types(Strings, Numbers, Arrays, Booleans)] ( https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/values.md )
31
34
32
- - Helpful resource: http://jsbooks.revolunet. com/ (here you can find tons of free JavaScript books online )
35
+ [ Operators ] ( https://github. com/HackYourFuture/fundamentals/blob/master/fundamentals/operators.md )
33
36
34
- - The 50 best websites to Learn JavaScript: http://www.codeconquest. com/blog/top-50-websites-to-learn-javascript/
37
+ [ Special characters and their names ] ( https://github. com/HackYourFuture/fundamentals/blob/master/fundamentals/names_of_special_characters.md )
35
38
36
- : star : You can also already go through the topics of the upcoming lecture. : star :
39
+ [ Naming conventions ] ( https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md )
37
40
38
41
39
- - Intro JavaScript (What is it, where can you use it for)
40
- - [ Variables (var, let, const)] ( ./../../../../fundamentals/blob/master/fundamentals/variables.md )
41
- - [ Basic Data types (Strings, Numbers, Arrays, Booleans)] ( ./../../../../fundamentals/blob/master/fundamentals/values.md )
42
- - [ Operators] ( ./../../../../fundamentals/blob/master/fundamentals/operators.md )
43
- - [ Special characters and their names] ( ./../../../../fundamentals/blob/master/fundamentals/names_of_special_characters.md )
44
- - [ Naming conventions] ( ./../../../../fundamentals/blob/master/fundamentals/naming_conventions.md )
45
-
46
42
_ Please go through the material and come to class prepared!_
47
43
0 commit comments