@@ -7,7 +7,7 @@ avoid common mistakes, subtle bugs, as well as performance issues and bad
77practices that non-expert JavaScript programmers may encounter on their
88endeavours into the depths of the language.
99
10- JavaScript Garden does ** not** insist on teaching JavaScript. Former knowledge
10+ JavaScript Garden does ** not** aim to teach you JavaScript. Former knowledge
1111of the language is strongly recommended in order to understand the topics covered
1212in this guide. In order to learn the basics of the language, please head over to
1313the excellent [ guide] [ 1 ] on the Mozilla Developer Network.
@@ -17,7 +17,7 @@ the excellent [guide][1] on the Mozilla Developer Network.
1717This guide is the work of two lovely Stack Overflow users, [ Ivo Wetzel] [ 6 ]
1818(Writing) and [ Zhang Yi Jiang] [ 5 ] (Design).
1919
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
2121projects, Ivo Wetzel offers these on a freelance basis. Please feel free to
2222contact him via [ e-mail] [ 7 ] for further details.
2323
@@ -30,7 +30,8 @@ contact him via [e-mail][7] for further details.
3030
3131JavaScript Garden is published under the [ MIT license] [ 2 ] and hosted on
3232[ 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.
3435
3536[ 1 ] : https://developer.mozilla.org/en/JavaScript/Guide
3637[ 2 ] : https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
@@ -41,4 +42,4 @@ request on the repository.
41424243[ 8 ] : https://github.com/caio
4344[ 9 ] : https://github.com/blixt
44-
45+ [ 10 ] : http://chat.stackoverflow.com/rooms/17/javascript
0 commit comments