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

Skip to content

Commit 780f40e

Browse files
authored
Merge pull request HackYourFuture#54 from HackYourFuture/gijscor-patch-2
Alternative readings, instead of MDM and SpeakinJS
2 parents b71f392 + 5b86c2e commit 780f40e

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

Week2/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,18 @@ Only watch the below chapters:
2626
3. 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

Comments
 (0)