1
- ## Intro
1
+ ## 簡介
2
2
3
- ** JavaScript Garden** is a growing collection of documentation about the most
4
- quirky parts of the JavaScript programming language. It gives advice to
5
- avoid common mistakes and subtle bugs, as well as performance issues and bad
6
- practices, that non-expert JavaScript programmers may encounter on their
7
- endeavours into the depths of the language.
3
+ 是一個不斷更新的文件,最主要是要去了解一些 Javascript 比較古怪的部份。
4
+ 給一些意見來防止遇到一些常見的錯誤和一些難以發現的問題,以及性能問題和不好的習慣。
5
+ 初學者也可以借此去了解 Javascript 這項語言的特性。
8
6
9
- JavaScript Garden does ** not** aim to teach you JavaScript. Former knowledge
10
- of the language is strongly recommended in order to understand the topics covered
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.
7
+ JavaScript 庭院 並 ** 不是** 要教導你 Javascript 的語言。
8
+ 如果要能夠理解這篇文章的內容,你需要事先學習 JavaScript 的基礎知識。
9
+ 在 Mozilla 開發者網路中有一系列非常棒的學習[ guide] [ 1 ] 。
13
10
14
- ## The Authors
15
11
16
- This guide is the work of two lovely [ Stack Overflow] [ 2 ] users, [ Ivo Wetzel] [ 3 ]
17
- (Writing) and [ Zhang Yi Jiang] [ 4 ] (Design).
12
+ ## 作者
18
13
19
- ## Contributors
14
+ 這個使用手冊是來自於 [ Stack Overflow] [ 2 ] 的使用者, [ Ivo Wetzel] [ 3 ]
15
+ (寫作) 和 [ Zhang Yi Jiang] [ 4 ] (設計).
20
16
21
- - [ Caio Romão] [ 5 ] (Spelling corrections)
22
- - [ Andreas Blixt] [ 6 ] (Language corrections)
17
+ ## 貢獻者
18
+
19
+ - [ Caio Romão] [ 5 ] (拼寫檢查)
20
+ - [ Andreas Blixt] [ 6 ] (語言修正)
21
+
22
+ ## 繁體中文翻譯
23
+
24
+ - [ 紀力榮] [ 29 ]
25
+ - [ 張仲威] [ 30 ]
23
26
24
27
## Hosting
25
28
26
29
JavaScript Garden is hosted on GitHub, but [ Cramer Development] [ 7 ] supports us
27
30
with a mirror at [ JavaScriptGarden.info] [ 8 ] .
28
31
29
- ## License
32
+ ## 許可
30
33
31
- JavaScript Garden is published under the [ MIT license] [ 9 ] and hosted on
32
- [ GitHub] [ 10 ] . If you find errors or typos please [ file an issue] [ 11 ] or a pull
33
- request on the repository. You can also find us in the [ JavaScript room] [ 12 ] on
34
- Stack Overflow chat.
34
+ JavaScript 庭院是在 [ MIT license] [ 9 ] 許可協議下發佈,並存在於
35
+ [ GitHub] [ 10 ] . 如果你有發現錯誤或是打字上的錯誤 [ 新增一個任務] [ 11 ] 或者發一個請求。 你也可以在 StackOverflow 的 [ JavaScript room] [ 12 ] 上面找到我們。
35
36
36
37
[ 1 ] : https://developer.mozilla.org/en/JavaScript/Guide
37
38
[ 2 ] : http://stackoverflow.com/
@@ -45,3 +46,5 @@ Stack Overflow chat.
45
46
[ 10 ] : https://github.com/BonsaiDen/JavaScript-Garden
46
47
[ 11 ] : https://github.com/BonsaiDen/JavaScript-Garden/issues
47
48
[ 12 ] : http://chat.stackoverflow.com/rooms/17/javascript
49
+ [ 29 ] : http://github.com/chilijung
50
+ [ 30 ] : http://github.com/wwwy3y3
0 commit comments