# 미래의 자바스크립트

타입스크립트의 주요 장점들(Selling points)중 하나는 자바스크립트 엔진에서 ES6이상의 기능을 사용할 수 있다는 점입니다. 여기에서는 이러한 기능이 유용한 이유와 이러한 기능이 타입스크립트에서 어떻게 구현되어 있는지 대해 자세히 설명합니다.

노트: 이러한 모든 기능이 자바스크립트에 즉시 추가될 예정은 아니지만 코드 구성 및 유지 관리에 큰 유용성을 제공합니다. 또한 프로젝트에 적합하지 않은 구문은 사용하지 않아도 되지만, 결국 대부분의 구문을 사용하게 될 것입니다.


---

# 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://radlohead.gitbook.io/typescript-deep-dive/future-javascript.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.
