fixed broken link for the good parts javascript pdf issue #36

This commit is contained in:
Vanessa Ating 2017-09-29 16:01:56 +01:00
parent f06f79b796
commit 0717d9ed7c

View file

@ -154,7 +154,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [Eloquent JS](http://eloquentjavascript.net/) - Free JavaScript Ebook
* [You don't know JS](https://github.com/getify/You-Dont-Know-JS) - Free, hosted on GitHub
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/) - learn about the quirky parts of JS
* [JS - The Good Parts .pdf](http://bdcampbell.net/javascript/book/javascript_the_good_parts.pdf)
* [JS - The Good Parts .pdf](https://7chan.org/pr/src/OReilly_JavaScript_The_Good_Parts_May_2008.pdf)
* [Learning js Design patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) - Reusable solutions to commonly occurring problems
* [Asynchronous Module Definition](http://requirejs.org/docs/api.html)