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

Skip to content

Commit 45e402a

Browse files
authored
Alternative readings, instead of MDM and SpeakinJS
As replacement to MDM and speakingjs webpage(too compicated), I thought it would be a good idea to replace them with our own documentation on the topics we discuss that week. These links are now considered Bonus material, but I think it's good that are obliged to read up on the topics that will be discussed in class, so that the teachings actually stick better with the students.
1 parent 3de511f commit 45e402a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Week2/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ Only watch the below chapters:
2525
2. Core Programming Syntax
2626
3. Variables and Data Types
2727

28+
Read up on the most important topics of next week:
29+
30+
[Variables (var, let, const)](http://javascript.info/variables)
31+
[Basic Data types (Strings, Numbers, Arrays, Booleans)](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/values.md)
32+
[Operators](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/operators.md)
33+
[Special characters and their names](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/names_of_special_characters.md)
34+
[Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)
35+
36+
2837
- Read this ~ http://speakingjs.com/es5/ch01.html read up to and including the *Strings* chapter (it’s okay if you don’t understand all of it yet, we will cover these concepts in class as well. Do make sure to write or document the questions you have so we can discuss them in class)
2938

3039
- Read the entire JavaScript Introduction at MDN~ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction
@@ -33,15 +42,5 @@ Only watch the below chapters:
3342

3443
- The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/
3544

36-
:star: You can also already go through the topics of the upcoming lecture. :star:
37-
38-
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-
4645
_Please go through the material and come to class prepared!_
4746

0 commit comments

Comments
 (0)