# 1.2.3.物件與函數

## 1.2.3.物件與函數

## This section contain the following items:

* 1.物件與「點」
* 2.物件與物件實體
* 3.框架小叮嚀：偽裝命名空間
* 4.JSON 與物件實體
* 5.函數就是物件
* 6.函數陳述句與函數表示式
* 7.觀念小叮嚀：傳值和傳參考
* 8.物件、函數與「this」
* 9.觀念小叮嚀：陣列——任何東西的集合
* 10.'arguments' 與 spread
* 11.框架小叮嚀：重載函數
* 12.觀念小叮嚀：語法解析器&#x20;
* 13.危險小叮嚀：自動插入分號
* 14.框架小叮嚀：空格
* 15.立即呼叫的函數表示式（IIFEs）
* 16.框架小叮嚀：IIFEs 與安全程式碼
* 17.了解閉包(一)
* 18.了解閉包(二)
* 19.框架小叮嚀：Function Factories
* 20.閉包與回呼
* 21.call()、apply() 與 bind()
* 22.函數程式設計（一）
* 23.函數程式設計（二）


---

# 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://jen-hsuan-hsieh.gitbook.io/javascript-node-js/chapter1/12javascript-quan-gong-lve-ff1a-ke-fu-js-de-qi-guai-bu-fen/123wu-jian-yu-han-shu.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.
