Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions Week2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,18 @@ Only watch the below chapters:
3. Variables and Data Types


Read up on the most important topics of next week:

[Variables (var, let, const)](http://javascript.info/variables)

[Basic Data types(Strings, Numbers, Arrays, Booleans)](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/values.md)

- Helpful resource: http://jsbooks.revolunet.com/ (here you can find tons of free JavaScript books online)
[Operators](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/operators.md)

- The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/
[Special characters and their names](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/names_of_special_characters.md)

:star: You can also already go through the topics of the upcoming lecture. :star:
[Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)


- Intro JavaScript (What is it, where can you use it for)
- [Variables (var, let, const)](./../../../../fundamentals/blob/master/fundamentals/variables.md)
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](./../../../../fundamentals/blob/master/fundamentals/values.md)
- [Operators](./../../../../fundamentals/blob/master/fundamentals/operators.md)
- [Special characters and their names](./../../../../fundamentals/blob/master/fundamentals/names_of_special_characters.md)
- [Naming conventions](./../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)

_Please go through the material and come to class prepared!_