Skip to content

Commit ce7a923

Browse files
committed
Add a not about me doing freelance work.
1 parent 1e50ea1 commit ce7a923

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/intro.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
## Intro
22

33
**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
77
endeavours into the depths of the language.
88

99
JavaScript Garden does **not** insist on teaching JavaScript. Former knowledge
1010
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.
1313

1414
### The authors
1515

1616
This guide is the work of two lovely Stack Overflow users, [Ivo Wetzel][6]
1717
(Writing) and [Zhang Yi Jiang][5] (Design).
1818

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+
1923
### License
2024

2125
JavaScript Garden is published under the [MIT license][2] and hosted on
@@ -28,4 +32,5 @@ request on the repository.
2832
[4]: https://github.com/BonsaiDen/JavaScript-Garden
2933
[5]: http://stackoverflow.com/users/313758/yi-jiang
3034
[6]: http://stackoverflow.com/users/170224/ivo-wetzel
35+
[7]: mailto:[email protected]
3136

0 commit comments

Comments
 (0)