File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
JavaScript Garden
2
2
=================
3
3
4
+ 2024 update: this project has not been actively maintained in years. The original author
5
+ [ took the site down] ( https://github.com/BonsaiDen/JavaScript-Garden/commit/93278fbcafa569fd193f8784abc267e9db09c645 )
6
+ in 2022 (no judgement - updating it would be a big project!). At that point it was already long out of date, e.g. missing
7
+ the new language features from ES6 onwards.
8
+
9
+ Many excellent modern guides exist, e.g. [ Eloquent Javascript] ( https://eloquentjavascript.net/ ) , or
10
+ the [ MDN guide] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript ) .
11
+
12
+ Thanks for all the maintainers and translators over the years!
13
+
14
+ -----
15
+
4
16
** JavaScript Garden** is a growing collection of documentation about the most
5
17
quirky parts of the JavaScript programming language. It gives advice to
6
18
avoid common mistakes, subtle bugs, as well as performance issues and bad
@@ -19,7 +31,7 @@ This guide is the work of two lovely Stack Overflow users, [Ivo Wetzel][6]
19
31
[ many others] ( https://github.com/BonsaiDen/JavaScript-Garden/graphs/contributors )
20
32
who've worked hard to provide translations or fixes.
21
33
22
- It's currently maintained by [ Tim Ruffles] ( http://twitter.com/timruffles ) .
34
+ It was maintained by [ Tim Ruffles] ( http://twitter.com/timruffles ) from 2013-2020ish .
23
35
24
36
## Contributing
25
37
You can’t perform that action at this time.
0 commit comments