diff options
author | Leonardy Kristianto <alendory@gmail.com> | 2015-10-28 02:04:34 +0800 |
---|---|---|
committer | Leonardy Kristianto <alendory@gmail.com> | 2015-10-28 02:04:34 +0800 |
commit | 9c3c3dff4518671e82cd3324c0d6fdddd506dfd3 (patch) | |
tree | f5c9a98a2c65347cfa060c9d23f9b1876b7911d6 | |
parent | 44ca091c73afe13ec8760021cfed1d77afc5e4a5 (diff) |
Added resources to read for Javascript
-rw-r--r-- | javascript.html.markdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown index cce488e1..dc573b0e 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -547,6 +547,11 @@ of the language. [JavaScript: The Definitive Guide][6] is a classic guide and reference book. +[Eloquent Javascript][8] by Marijn Haverbeke is an excellent JS book/ebook with attached terminal + +[Javascript: The Right Way][9] is a guide intended to introduce new developers to JavaScript and help experienced developers learn more about its best practices. + + In addition to direct contributors to this article, some content is adapted from Louie Dinh's Python tutorial on this site, and the [JS Tutorial][7] on the Mozilla Developer Network. @@ -559,3 +564,5 @@ Mozilla Developer Network. [5]: http://bonsaiden.github.io/JavaScript-Garden/ [6]: http://www.amazon.com/gp/product/0596805527/ [7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript +[8]: http://eloquentjavascript.net/ +[9]: http://jstherightway.org/ |