@@ -7,7 +7,7 @@ avoid common mistakes, subtle bugs, as well as performance issues and bad
7
7
practices that non-expert JavaScript programmers may encounter on their
8
8
endeavours into the depths of the language.
9
9
10
- JavaScript Garden does ** not** insist on teaching JavaScript. Former knowledge
10
+ JavaScript Garden does ** not** aim to teach you JavaScript. Former knowledge
11
11
of the language is strongly recommended in order to understand the topics covered
12
12
in this guide. In order to learn the basics of the language, please head over to
13
13
the excellent [ guide] [ 1 ] on the Mozilla Developer Network.
@@ -17,7 +17,7 @@ the excellent [guide][1] on the Mozilla Developer Network.
17
17
This guide is the work of two lovely Stack Overflow users, [ Ivo Wetzel] [ 6 ]
18
18
(Writing) and [ Zhang Yi Jiang] [ 5 ] (Design).
19
19
20
- If case you are interested in additional guidance or reviews concerning your JavaScript
20
+ In case you are interested in additional guidance or reviews concerning your JavaScript
21
21
projects, Ivo Wetzel offers these on a freelance basis. Please feel free to
22
22
contact him via [ e-mail] [ 7 ] for further details.
23
23
@@ -30,7 +30,8 @@ contact him via [e-mail][7] for further details.
30
30
31
31
JavaScript Garden is published under the [ MIT license] [ 2 ] and hosted on
32
32
[ GitHub] [ 4 ] . If you find errors or typos please [ file an issue] [ 3 ] or a pull
33
- request on the repository.
33
+ request on the repository. You can also find us in the [ JavaScript room] [ 10 ] on
34
+ Stack Overflow chat.
34
35
35
36
[ 1 ] : https://developer.mozilla.org/en/JavaScript/Guide
36
37
[ 2 ] : https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
@@ -41,4 +42,4 @@ request on the repository.
41
42
42
43
[ 8 ] : https://github.com/caio
43
44
[ 9 ] : https://github.com/blixt
44
-
45
+ [ 10 ] : http://chat.stackoverflow.com/rooms/17/javascript
0 commit comments