File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ of the language is strongly recommended in order to understand the topics covere
11
11
in this guide. If you want to learn the language first, please head over to the
12
12
excellent [ Guide] [ 1 ] on the Mozilla Developer Network.
13
13
14
+ JavaScript Garden also focuses on the 3rd Edition of the EcmaScript
15
+
16
+ ### The authors
17
+
18
+ This guide is the work of two lovely Stackoverflow users, [ Ivo Wetzel] [ 6 ]
19
+ (Writing) and [ Zhang Yi Jiang] [ 5 ] (Design).
20
+
14
21
### License
15
22
16
23
JavaScript Garden is published under the [ MIT license] [ 2 ] and hosted on
@@ -21,4 +28,6 @@ request on the repository.
21
28
[ 2 ] : https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
22
29
[ 3 ] : https://github.com/BonsaiDen/JavaScript-Garden/issues
23
30
[ 4 ] : https://github.com/BonsaiDen/JavaScript-Garden
31
+ [ 5 ] : http://stackoverflow.com/users/313758/yi-jiang
32
+ [ 6 ] : http://stackoverflow.com/users/170224/ivo-wetzel
24
33
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ <h1>{title}</h1>
24
24
< footer >
25
25
< p >
26
26
Copyright © 2011.
27
- Writing < a href ="http://stackoverflow.com/users/170224/ivo-wetzel "> Ivo Wetzel</ a > .
28
- Design & Fixes < a href ="http://stackoverflow.com/users/313758/yi-jiang "> Zhang Yi Jiang</ a > .
29
27
</ p >
30
28
</ footer >
31
29
</ div >
You can’t perform that action at this time.
0 commit comments