From ac9e56ae461230406259df60948cbeb487c02b76 Mon Sep 17 00:00:00 2001 From: mkruijt Date: Tue, 13 Mar 2018 14:17:27 +0100 Subject: [PATCH 1/6] renamed weeks and fixed relative links to fundamentals repo --- README.md | 6 +++--- {Week7 => Week1}/MAKEME.md | 0 {Week7 => Week1}/README.md | 0 {Week8 => Week2}/MAKEME.md | 0 {Week8 => Week2}/README.md | 0 {Week9 => Week3}/MAKEME.md | 0 {Week9 => Week3}/README.md | 2 +- 7 files changed, 4 insertions(+), 4 deletions(-) rename {Week7 => Week1}/MAKEME.md (100%) rename {Week7 => Week1}/README.md (100%) rename {Week8 => Week2}/MAKEME.md (100%) rename {Week8 => Week2}/README.md (100%) rename {Week9 => Week3}/MAKEME.md (100%) rename {Week9 => Week3}/README.md (85%) diff --git a/README.md b/README.md index 96055298e..ba95d4224 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Here you can find course content and homework for the JavaScript3 modules |Week|Topic|Read|Homework| |----|-----|----|--------| -|1.|• [Object Oriented Programming and Classes](fundamentals/oop_classes.md)
• [The `this` keyword](fundamentals/this.md) |[Reading Week 7](/Week1/README.md)|[Homework Week 7](/Week1/MAKEME.md)| -|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 8](/Week2/README.md)|[Homework Week 8](/Week2/MAKEME.md)| -|3.|• [Promises](fundamentals/promises.md)
• (re)writing data structures (in JSON)
• Async vs Sync
• [Event Loop (order of execution)](fundamentals/event_loop.md) |[Reading Week 9](/Week3/README.md)|[Homework Week 9](/Week3/MAKEME.md)| +|1.|• [Object Oriented Programming and Classes](../../../fundamentals/blob/master/fundamentals/oop_classes.md)
• [The `this` keyword](./../../../fundamentals/blob/master/fundamentals/this.md) |[Reading Week 1](/Week1/README.md)|[Homework Week 1](/Week1/MAKEME.md)| +|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](./../../../fundamentals/blob/master/fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)| +|3.|• [Promises](./../../../fundamentals/blob/master/fundamentals/promises.md)
• (re)writing data structures (in JSON)
• Async vs Sync
• [Event Loop (order of execution)](./../../../fundamentals/blob/master/fundamentals/event_loop.md) |[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)| __Kind note:__ diff --git a/Week7/MAKEME.md b/Week1/MAKEME.md similarity index 100% rename from Week7/MAKEME.md rename to Week1/MAKEME.md diff --git a/Week7/README.md b/Week1/README.md similarity index 100% rename from Week7/README.md rename to Week1/README.md diff --git a/Week8/MAKEME.md b/Week2/MAKEME.md similarity index 100% rename from Week8/MAKEME.md rename to Week2/MAKEME.md diff --git a/Week8/README.md b/Week2/README.md similarity index 100% rename from Week8/README.md rename to Week2/README.md diff --git a/Week9/MAKEME.md b/Week3/MAKEME.md similarity index 100% rename from Week9/MAKEME.md rename to Week3/MAKEME.md diff --git a/Week9/README.md b/Week3/README.md similarity index 85% rename from Week9/README.md rename to Week3/README.md index 41154847a..a1266c54d 100644 --- a/Week9/README.md +++ b/Week3/README.md @@ -5,7 +5,7 @@ Next week you will start with Node ``` ### Refresher -:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](/fundamentals/javascript_review.md) :star: +:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](./../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: - https://forum.freecodecamp.com/t/javascript-callback-functions/14658/2 http://www.learn-js.org/en/Callbacks From 6307a9222e85d08811223e2447e11ad56ba36b0d Mon Sep 17 00:00:00 2001 From: Maartje Kruijt Date: Tue, 13 Mar 2018 14:20:36 +0100 Subject: [PATCH 2/6] updated path --- Week3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week3/README.md b/Week3/README.md index a1266c54d..a75856e06 100644 --- a/Week3/README.md +++ b/Week3/README.md @@ -5,7 +5,7 @@ Next week you will start with Node ``` ### Refresher -:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](./../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: +:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](../../../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: - https://forum.freecodecamp.com/t/javascript-callback-functions/14658/2 http://www.learn-js.org/en/Callbacks From a5dcc2c8c9231981d664b6e3b925bd22c32760cb Mon Sep 17 00:00:00 2001 From: Maartje Kruijt Date: Tue, 13 Mar 2018 14:21:01 +0100 Subject: [PATCH 3/6] update path --- Week3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week3/README.md b/Week3/README.md index a75856e06..ce72cc9e9 100644 --- a/Week3/README.md +++ b/Week3/README.md @@ -5,7 +5,7 @@ Next week you will start with Node ``` ### Refresher -:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](../../../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: +:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](./../../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: - https://forum.freecodecamp.com/t/javascript-callback-functions/14658/2 http://www.learn-js.org/en/Callbacks From 367768ec7ca35f2012e148683980cadb5db246ad Mon Sep 17 00:00:00 2001 From: mkruijt Date: Tue, 13 Mar 2018 14:22:48 +0100 Subject: [PATCH 4/6] shorter relative paths --- README.md | 6 +++--- Week3/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba95d4224..46ad71869 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Here you can find course content and homework for the JavaScript3 modules |Week|Topic|Read|Homework| |----|-----|----|--------| -|1.|• [Object Oriented Programming and Classes](../../../fundamentals/blob/master/fundamentals/oop_classes.md)
• [The `this` keyword](./../../../fundamentals/blob/master/fundamentals/this.md) |[Reading Week 1](/Week1/README.md)|[Homework Week 1](/Week1/MAKEME.md)| -|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](./../../../fundamentals/blob/master/fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)| -|3.|• [Promises](./../../../fundamentals/blob/master/fundamentals/promises.md)
• (re)writing data structures (in JSON)
• Async vs Sync
• [Event Loop (order of execution)](./../../../fundamentals/blob/master/fundamentals/event_loop.md) |[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)| +|1.|• [Object Oriented Programming and Classes](../../../fundamentals/blob/master/fundamentals/oop_classes.md)
• [The `this` keyword](../../../fundamentals/blob/master/fundamentals/this.md) |[Reading Week 1](/Week1/README.md)|[Homework Week 1](/Week1/MAKEME.md)| +|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](../../../fundamentals/blob/master/fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)| +|3.|• [Promises](../../../fundamentals/blob/master/fundamentals/promises.md)
• (re)writing data structures (in JSON)
• Async vs Sync
• [Event Loop (order of execution)](../../../fundamentals/blob/master/fundamentals/event_loop.md) |[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)| __Kind note:__ diff --git a/Week3/README.md b/Week3/README.md index a1266c54d..ce72cc9e9 100644 --- a/Week3/README.md +++ b/Week3/README.md @@ -5,7 +5,7 @@ Next week you will start with Node ``` ### Refresher -:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](./../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: +:star: Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: [Timir's JavaScript Review](./../../../../fundamentals/blob/master/fundamentals/javascript_review.md) :star: - https://forum.freecodecamp.com/t/javascript-callback-functions/14658/2 http://www.learn-js.org/en/Callbacks From 1984444e777dbb33ab110e3e079899d110ec14a2 Mon Sep 17 00:00:00 2001 From: Maartje Kruijt Date: Tue, 13 Mar 2018 14:26:12 +0100 Subject: [PATCH 5/6] Updated header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ad71869..9c466dc80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ >Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request. -# HackYourJavaScript +# JavaScript3 Here you can find course content and homework for the JavaScript3 modules From 82cab6e1dbf5a02a0d199cf412e4111743f0b788 Mon Sep 17 00:00:00 2001 From: mkruijt Date: Tue, 13 Mar 2018 15:08:36 +0100 Subject: [PATCH 6/6] changed header --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c466dc80..38a024daa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ >Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request. -# JavaScript3 +# HackYourFuture JavaScript 3 Here you can find course content and homework for the JavaScript3 modules @@ -17,4 +17,4 @@ We expect you to __always__ come prepared to the class on Sunday. ### Overall A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](fundamentals/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear. - +*The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)*