Skip to content

Commit 06a3882

Browse files
authored
Update README.md
1 parent 0df840c commit 06a3882

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
JavaScript Garden
22
=================
33

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+
416
**JavaScript Garden** is a growing collection of documentation about the most
517
quirky parts of the JavaScript programming language. It gives advice to
618
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]
1931
[many others](https://github.com/BonsaiDen/JavaScript-Garden/graphs/contributors)
2032
who've worked hard to provide translations or fixes.
2133

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.
2335

2436
## Contributing
2537

0 commit comments

Comments
 (0)