diff options
author | Adam Bard <github@adambard.com> | 2013-07-29 00:07:51 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-07-29 00:07:51 -0700 |
commit | 60d8d603ece39a6f426af0e01838660ef5562e18 (patch) | |
tree | bc201b519ed1afa1685ebc3b2b60af83a344fe6d | |
parent | 106e72b2f89f6299e87268820c5a403cb443b6f3 (diff) | |
parent | feceda02b261474facd61ce0eab7c711e7c93e5c (diff) |
Merge pull request #122 from iirelu/master
Added link to Javascript Garden
-rw-r--r-- | javascript.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown index cbe82054..9cc7617d 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -427,6 +427,9 @@ more about how to use JavaScript in web pages, start by learning about the [Document Object Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core) +[Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/) is an in-depth +guide of all the counter-intuitive parts of the language. + 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](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) |