Skip to content

Commit f7b6af0

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 8eb7a8e commit f7b6af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
1717
* [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.
1818
* [The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3)
1919
* [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.
2021
* [JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson
2122
* [Isomorphic JavaScript](http://isomorphic.net/)
2223
* [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
156157

157158
## Community
158159

159-
* [ES Discuss](https://esdiscuss.org/) The mailing list where all the ECMAScript standard discussion action is.
160160
* [JavaScript on Google+](https://plus.google.com/communities/100875929141897651837)
161161
* [HTML5 on Google+](https://plus.google.com/communities/103299867207875326585)
162162
* [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
206206

207207
* [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)
208208
* [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)
209210

210211

211212
## Twitter (alphabetical order)

0 commit comments

Comments
 (0)