# 關於本書

> 本書尚在撰寫中，有些章節尚未全部完成

這是一本JavaScript程式語言的中文入門書籍。市面上或網路上，有很多的JavaScript的入門書籍，或是教學文章，與它們所不同的比較點如下:

* 符合中文使用者學習的使用範例
* 以ECMAScript 6(ES6, ES2015)標準為基礎寫成
* 加入了以中文拼音英文字詞的方式，強調程式語言中的英文
* 加入風格樣式指引(主要為Airbnb所製作)的提示
* 儘可能涵蓋了大部份常使用到的JavaScript語法與用法

如果你對JavaScript程式語言有興趣，你可以參考這本書，本書的閱讀對象並沒有預設任何基礎。

## 本書不包含什麼

* jQuery或其他外部函式庫的語法
* Node.js的API或設計
* 屬於各別瀏覽器的自有或非標準設計
* 低於ES5支援的瀏覽器相容內容(IE8以下)

## 授權規定

本電子書的使用的授權規定如下，如果有其他問題請再連絡作者:

\
本著作係採用[創用 CC 姓名標示-非商業性-相同方式分享 4.0 國際 授權條款](http://creativecommons.org/licenses/by-nc-sa/4.0/)授權.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eddy-chang.gitbook.io/javascript-start-from-es6/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
