diff --git a/README.md b/README.md index 96055298e..38a024daa 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ >Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request. -# HackYourJavaScript +# HackYourFuture JavaScript 3 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:__ @@ -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 :)* 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 84% rename from Week9/README.md rename to Week3/README.md index 41154847a..ce72cc9e9 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