# 2.7 맺으며

이상 최신 ECMAScript 표준에 추가된 주요 기능 중 일부를 살펴보았다. 자바스크립트는 늘어나는 인기와 사용자 수에 걸맞고 빠른 속도로 개선되고 있다. 그리고 자바스크립트의 상위집합으로서, **타입스크립트는 최신 ECMAScript 표준에 포함된 기능을 (그리고 아직 프러포절 단계인 기능 일부까지도) 발빠르게 지원한다**. 덕분에 타입스크립트 사용자들은 추가적인 노력 없이도 예전보다 훨씬 나은 개발 환경을 누릴 수 있다.

비록 타입스크립트는 엄밀히는 자바스크립트와 다른 언어이지만, 그 뿌리가 되는 언어인 자바스크립트에 대한 숙련도는 타입스크립트를 이용한 프로그래밍의 생산성과 직결된다. 2장에서 다룬 여러 기능은 책을 통틀어, 그리고 그 이후에 타입스크립트로 프로그래밍을 하면서도 자주 만나게 될 것이다. 다음 장부터는 본격적으로 타입스크립트 고유의 영역에 대해 다루어본다. 가장 먼저 논의할 내용은 자바스크립트와 차별화되는 타입스크립트의 기초 문법이다.


---

# 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://ahnheejong.gitbook.io/ts-for-jsdev/02-ecmascript/outro.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.
