1- JavaScript Garden
1+ JavaScript 秘密花园
22=================
33
4- ** JavaScript Garden** is a growing collection of documentation about the most
5- quirky parts of the JavaScript programming language. It gives advice to
6- avoid common mistakes, subtle bugs, as well as performance issues and bad
7- practices that non-expert JavaScript programmers may encounter on their
8- endeavours into the depths of the language.
4+ ** JavaScript 秘密花园** 是一个不断更新的文档,主要关心 JavaScript 一些古怪用法。
5+ 对于如何避免常见的错误,难以发现的问题,以及性能问题和不好的实践给出建议,
6+ 初学者可以籍此深入了解 JavaScript 的语言特性。
97
10- JavaScript Garden does ** not** aim to teach you JavaScript. Former knowledge
11- of the language is strongly recommended in order to understand the topics covered
12- in this guide. In order to learn the basics of the language, please head over to
13- the excellent [ guide] [ 1 ] on the Mozilla Developer Network.
8+ JavaScript 秘密花园** 不是** 用来教你 JavaScript。为了更好的理解这篇文章的内容,
9+ 你需要事先学习 JavaScript 的基础知识。在 Mozilla 开发者网络中有一系列非常棒的 JavaScript 学习[ 向导] [ 1 ] 。
1410
15- ### The authors
11+ ### 关于作者
1612
17- This guide is the work of two lovely Stack Overflow users, [ Ivo Wetzel] [ 6 ]
18- (Writing) and [ Zhang Yi Jiang] [ 5 ] (Design).
13+ 这篇文章的作者是两位 Stack Overflow 的用户, [ Ivo Wetzel] [ 6 ] (写作) 和 [ Zhang Yi Jiang] [ 5 ] (设计)。
1914
20- ### Contributors
2115
22- - [ Caio Romão] [ 8 ] (Spelling corrections)
23- - [ Andreas Blixt] [ 9 ] (Language corrections)
16+ ### 贡献者
2417
25- ### License
18+ - [ Caio Romão] [ 8 ] (拼写检查)
19+ - [ Andreas Blixt] [ 9 ] (语言修正)
20+
21+ ### 中文翻译
22+
23+ - [ 三生石上] [ 29 ]
24+
25+ 此中文翻译由[ 三生石上] [ 29 ] 独立完成,[ 博客园] [ 30 ] 首发,转载请注明出处。
26+
27+
28+ ### 许可
29+
30+ JavaScript 秘密花园在 [ MIT license] [ 2 ] 许可协议下发布,并存放在开源社区 [ GitHub] [ 4 ] 。
31+ 如果你发现错误或者打字错误,请 [ file an issue] [ 3 ] 或者 pull request。
32+ 你也可以在 Stack Overflow 的聊天室 [ JavaScript room] [ 10 ] 找到我们。
2633
27- JavaScript Garden is published under the [ MIT license] [ 2 ] and hosted on
28- [ GitHub] [ 4 ] . If you find errors or typos please [ file an issue] [ 3 ] or a pull
29- request on the repository. You can also find us in the [ JavaScript room] [ 10 ] on
30- Stack Overflow chat.
3134
3235[ 1 ] : https://developer.mozilla.org/en/JavaScript/Guide
3336[ 2 ] : https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
@@ -39,3 +42,6 @@ Stack Overflow chat.
3942[ 9 ] : https://github.com/blixt
4043[ 10 ] : http://chat.stackoverflow.com/rooms/17/javascript
4144
45+ [ 29 ] : http://sanshi.me/
46+ [ 30 ] : http://cnblogs.com/sanshi/
47+
0 commit comments