diff options
author | Anna Harren <auto63436382@hush.ai> | 2013-07-15 01:06:33 +0100 |
---|---|---|
committer | Anna Harren <auto63436382@hush.ai> | 2013-07-15 01:06:33 +0100 |
commit | feceda02b261474facd61ce0eab7c711e7c93e5c (patch) | |
tree | 8db8c3474cea578c0a96193dcda2691551ae76c8 /javascript.html.markdown | |
parent | 44e9e4f44b3320ec6d335f35fb2e2e34ba7135cc (diff) |
Added link to Javascript Garden
Diffstat (limited to 'javascript.html.markdown')
-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) |