From 45e402a6565ab5b5364ef27418a07212996091b7 Mon Sep 17 00:00:00 2001 From: Gijs C Date: Tue, 4 Sep 2018 11:12:20 +0200 Subject: [PATCH 1/4] 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. --- Week2/README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Week2/README.md b/Week2/README.md index 3d1422c7d..3195a44ba 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -25,6 +25,15 @@ Only watch the below chapters: 2. Core Programming Syntax 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) +[Operators](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/operators.md) +[Special characters and their names](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/names_of_special_characters.md) +[Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md) + + - 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) - 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: - The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/ -:star: You can also already go through the topics of the upcoming lecture. :star: - - -- 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!_ From 0256e02733174c4a92a1e9b3ee6f2c9627eb7949 Mon Sep 17 00:00:00 2001 From: Gijs C Date: Wed, 5 Sep 2018 10:20:06 +0200 Subject: [PATCH 2/4] Fixed List Fixed list, based on @remarcmij 's suggestoin --- Week2/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Week2/README.md b/Week2/README.md index 3195a44ba..d8a496afd 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -28,9 +28,13 @@ Only watch the below chapters: 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) + +[Basic Data types(Strings, Numbers, Arrays, Booleans)](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/values.md) + [Operators](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/operators.md) + [Special characters and their names](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/names_of_special_characters.md) + [Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md) From db9f0984960c49d098e8969a0298ba9c63a46184 Mon Sep 17 00:00:00 2001 From: Gijs C Date: Wed, 5 Sep 2018 10:21:36 +0200 Subject: [PATCH 3/4] removed links removed the 2 links discussed --- Week2/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Week2/README.md b/Week2/README.md index d8a496afd..d1bcfc9ac 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -38,10 +38,6 @@ Read up on the most important topics of next week: [Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md) -- 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) - -- Read the entire JavaScript Introduction at MDN~ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction - - Helpful resource: http://jsbooks.revolunet.com/ (here you can find tons of free JavaScript books online) - The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/ From 5b86c2e0df73659663999f0f0335f8df53db18ca Mon Sep 17 00:00:00 2001 From: Gijs C Date: Wed, 5 Sep 2018 14:50:19 +0200 Subject: [PATCH 4/4] remove unuseful resources remove unuseful resources --- Week2/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Week2/README.md b/Week2/README.md index 0f75cad17..d9d21955a 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -39,9 +39,5 @@ Read up on the most important topics of next week: [Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md) -- Helpful resource: http://jsbooks.revolunet.com/ (here you can find tons of free JavaScript books online) - -- The 50 best websites to Learn JavaScript: http://www.codeconquest.com/blog/top-50-websites-to-learn-javascript/ - _Please go through the material and come to class prepared!_