diff options
author | root <root@learnxinyminutes.com> | 2018-08-25 02:38:11 +0000 |
---|---|---|
committer | root <root@learnxinyminutes.com> | 2018-08-25 02:38:11 +0000 |
commit | afd18bd4ed4a898e493e99459cc72aaf97163272 (patch) | |
tree | 4770ac0eafe30e8b4e81c573a13b519ec37dfda6 /javascript.html.markdown | |
parent | 6f2003a31f900c1ce3ff1dde64b17c7ac02350cc (diff) | |
parent | 5359298b0d5bd3f18cdd8521abf41e8048cac5f6 (diff) |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r-- | javascript.html.markdown | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown index e7066291..52084e93 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -600,10 +600,6 @@ of the language. [Eloquent Javascript][8] by Marijn Haverbeke is an excellent JS book/ebook with attached terminal -[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. @@ -624,6 +620,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://watchandcode.com/courses/eloquent-javascript-the-annotated-version [10]: http://jstherightway.org/ [11]: https://javascript.info/ |