1
1
## Intro
2
2
3
3
** JavaScript Garden** is a growing collection of documentation about the most
4
- quirky parts of the JavaScript programming language. It gives advice for
5
- avoiding common coding mistakes, subtle bugs, as well as performance issues
6
- and bad practices non expert JavaScript programmers may encounter on their
4
+ quirky parts of the JavaScript programming language. It gives advice to
5
+ avoid common mistakes, subtle bugs, as well as performance issues and bad
6
+ practices that non- expert JavaScript programmers may encounter on their
7
7
endeavours into the depths of the language.
8
8
9
9
JavaScript Garden does ** not** insist on teaching JavaScript. Former knowledge
10
10
of the language is strongly recommended in order to understand the topics covered
11
- in this guide. If you want to learn the language first , please head over to the
12
- excellent [ Guide ] [ 1 ] on the Mozilla Developer Network.
11
+ in this guide. In order to learn the basics of the language , please head over to
12
+ the excellent [ guide ] [ 1 ] on the Mozilla Developer Network.
13
13
14
14
### The authors
15
15
16
16
This guide is the work of two lovely Stack Overflow users, [ Ivo Wetzel] [ 6 ]
17
17
(Writing) and [ Zhang Yi Jiang] [ 5 ] (Design).
18
18
19
+ If case you are interested in additional guidance or reviews concerning your JavaScript
20
+ projects, Ivo Wetzel offers these on a freelance basis. Please feel free to
21
+ contact him via [ e-mail] [ 7 ] for further details.
22
+
19
23
### License
20
24
21
25
JavaScript Garden is published under the [ MIT license] [ 2 ] and hosted on
@@ -28,4 +32,5 @@ request on the repository.
28
32
[ 4 ] : https://github.com/BonsaiDen/JavaScript-Garden
29
33
[ 5 ] : http://stackoverflow.com/users/313758/yi-jiang
30
34
[ 6 ] : http://stackoverflow.com/users/170224/ivo-wetzel
35
+
31
36
0 commit comments