summaryrefslogtreecommitdiffhomepage
path: root/javascript.html.markdown
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2015-11-02 08:12:54 -0700
committerJacob Ward <jacobward1898@gmail.com>2015-11-02 08:12:54 -0700
commit861ee642234d360e9a257e4b4d4ecd44449c81ca (patch)
tree4b505edfba4aa262b3a53fdcbf448cee0ebfc93e /javascript.html.markdown
parentdb4e212602121c5d84fc987d47054dbbbe21b1b0 (diff)
parent140f6c07bc9580fec741e5cac77c5a4e22144c39 (diff)
Merge remote-tracking branch 'adambard/master'
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r--javascript.html.markdown7
1 files changed, 5 insertions, 2 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown
index e285ca4e..98261334 100644
--- a/javascript.html.markdown
+++ b/javascript.html.markdown
@@ -561,7 +561,9 @@ of the language.
[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.
+[Eloquent Javascript - The Annotated Version][9] by Gordon Zhu is also a great derivative of Eloquent Javascript with extra explanations and clarifications for some of the more complicated examples.
+
+[Javascript: The Right Way][10] 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
@@ -577,4 +579,5 @@ Mozilla Developer Network.
[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/
+[9]: http://watchandcode.com/courses/eloquent-javascript-the-annotated-version
+[10]: http://jstherightway.org/