Awaited by Maciej Sikora @maciejsikora Promise์ ๊ฐ์ ํ์ ์ ๊ฐ์ธ์ธ ํ์ ์ด ์์ ๋, ์์ ๊ฐ์ธ์ธ ํ์ ์ด ๋ฌด์์ธ์ง ์ด๋ป๊ฒ ์ ์ ์์๊น์? ์์: ๋ค์ด `Promise`์ด ์์ ๋, `ExampleType`์ ์ด๋ป๊ฒ ์ป์ ์ ์์๊น์? ```ts type ExampleType = Promise type Result = MyAwaited // string ``` > ์ถ์ฒ: [original article](https://dev.to/macsikora/advanced-typescript-exercises-question-1-45k4) by [@maciejsikora](https://github.com/maciejsikora)