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

# 자바스크립트

## 인터프리터형

## 프로토타입 기반

> prototype : the original model of something from which later forms are developed
>
> 즉, 프로토타입이란 나중에 형성되는 것의 **초기 모델**을 가르킵니다.

<figure><img src="/files/vKci27b8xdBliWZeHpLI" alt=""><figcaption><p><a href="https://dictionary.cambridge.org/dictionary/english/prototype">https://dictionary.cambridge.org/dictionary/english/prototype</a></p></figcaption></figure>

### 클래스와의 차이?

## 객체지향


---

# 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://howyoujini.gitbook.io/study-handbook/programming-languages/js.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.
