You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
17
17
*[JavaScript Training Sucks](https://medium.com/javascript-scene/javascript-training-sucks-284b53666245) 99 out of 100 JS developers lack the skills they need to fill hundreds of thousands of jobs. We can change that.
18
18
*[The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3)
19
19
*[The Two Pillars of JavaScript Part 2: Functional Programming](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4)
20
+
*[How to Fix the `class` Keyword](https://medium.com/p/how-to-fix-the-es6-class-keyword-2d42bb3f4caf) TL;DR `class` is broken. Don't use it until it's fixed.
20
21
*[JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson
21
22
*[Isomorphic JavaScript](http://isomorphic.net/)
22
23
*[JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b) - Addy Osmani
@@ -156,7 +157,6 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
156
157
157
158
## Community
158
159
159
-
*[ES Discuss](https://esdiscuss.org/) The mailing list where all the ECMAScript standard discussion action is.
160
160
*[JavaScript on Google+](https://plus.google.com/communities/100875929141897651837)
161
161
*[HTML5 on Google+](https://plus.google.com/communities/103299867207875326585)
162
162
*[Node.js on Google+](https://plus.google.com/communities/115365528781941125390)
@@ -206,6 +206,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
206
206
207
207
*[JavaScript for Kids](http://www.amazon.com/gp/product/B00QL616QE?ie=UTF8&camp=213733&creative=393177&creativeASIN=B00QL616QE&linkCode=shr&tag=ericleads-20&linkId=6AOODC27L6URY3K2)
208
208
*[LearnToMod](http://www.learntomod.com/) Mod Minecraft with JavaScript
209
+
*[The Young Person's Guide to Programming in Minecraft](https://github.com/walterhiggins/ScriptCraft/blob/master/docs/YoungPersonsGuideToProgrammingMinecraft.md#the-young-persons-guide-to-programming-in-minecraft)
0 commit comments