1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-10-02 09:16:56 +02:00

[javascript/*] Update Javascript Garden link (#4984)

This commit is contained in:
sai
2024-08-30 09:02:02 +05:30
committed by GitHub
parent 564c7704f4
commit 17c33c33b5
14 changed files with 14 additions and 14 deletions

View File

@@ -579,7 +579,7 @@ Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
[Learn Javascript by Example and with Challenges](http://www.learneroo.com/modules/64/nodes/350) is a variant of this reference with built-in challenges.
[JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/) is an in-depth
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
guide of all the counter-intuitive parts of the language.
[JavaScript: The Definitive Guide](http://www.amazon.com/gp/product/0596805527/) is a classic guide / reference book.