You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
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]
0 commit comments