> For the complete documentation index, see [llms.txt](https://ahnheejong.gitbook.io/ts-for-jsdev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript.md).

# 01 타입스크립트 소개

- [1.0 들어가며](https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/intro.md): 타입스크립트란 무엇인지 알아보고, 그 역사와 더불어 왜 타입스크립트를 배워야 하는지에 대한 근거를 제시한다.
- [1.1 정적 타입 분석](https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/static-type-analysis.md)
- [1.2 왜 타입스크립트인가](https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/why-typescript.md)
- [1.3 타입스크립트의 구성요소](https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/elements-of-typescript.md)
- [1.4 타입스크립트의 역사](https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/history-of-typescript.md)
