> For the complete documentation index, see [llms.txt](https://nbcamp.gitbook.io/javascript-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nbcamp.gitbook.io/javascript-handbook/part-06..md).

# Part 06. 객체 심화 문법

배열과 메서드, 그 외에 여기에 있는 문법들은 처음 만나면 매우 당황스럽지만 정말 많이 사용합니다. 하지만 사실 익숙함의 문제이지 따지고 보면 지금까지 전부 배운 내용들의 다른 (조금 더 간단한) 표현일 뿐 입니다.

{% hint style="info" %}
배열은 다음과 같은 의미가 있습니다.\
\
1\. 자료구조로써의 배열의 중요성\
2\. 자바스크립트에서의 배열의 특수성\
3\. Iterable의 idea\
\
각각의 내용에 대한 아이디어를 얻을 수 있으면 좋겠다는 관점으로 이해해주세요.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://nbcamp.gitbook.io/javascript-handbook/part-06..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.
