# 타입스크립트

- [조건부타입 (Conditional types)](https://simian114.gitbook.io/blog/undefined/undefined-3/conditional-types.md): 들어오는 input 에 따라 타입을 결정하는건 아주 중요한 작업이다. 꼭 내껄로 만들자
- [Generics](https://simian114.gitbook.io/blog/undefined/undefined-3/generics.md)
- [Keyof 타입 오퍼레이터](https://simian114.gitbook.io/blog/undefined/undefined-3/keyof.md)
- [Indexed Access Types](https://simian114.gitbook.io/blog/undefined/undefined-3/indexed-access-types.md)
- [타입 챌린지](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined.md)
- [easy](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy.md)
- [00. Awaited](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/0.-awaited.md)
- [01. Concat](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/1.-concat.md)
- [02. Exclude](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/untitled.md)
- [03. First Of Array](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/03.-first-of-array.md)
- [04. If](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/04.-if.md)
- [05. Includes](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/05.-includes.md): 이번 문제는 업데이트되면서 난이도가 상승했다. 업데이트 이전으로 작성한다.
- [06. Pick](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/06.-pick.md)
- [07. Readonly](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/07.-readonly.md)
- [08. Length](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/08.-length.md)
- [09. Tuple to Object](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/easy/09.-tuple-to-object.md)
- [mediun](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/mediun.md)
- [01. Absolute](https://simian114.gitbook.io/blog/undefined/undefined-3/undefined/mediun/01.-absolute.md)


---

# 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://simian114.gitbook.io/blog/undefined/undefined-3.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.
