@@ -26,22 +26,18 @@ Only watch the below chapters:
26263 . Variables and Data Types
2727
2828
29+ Read up on the most important topics of next week:
2930
31+ [ Variables (var, let, const)] ( http://javascript.info/variables )
3032
33+ [ Basic Data types(Strings, Numbers, Arrays, Booleans)] ( https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/values.md )
3134
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 )
3336
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 )
3538
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 )
3740
3841
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-
4642_ Please go through the material and come to class prepared!_
4743
0 commit comments