We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328fbc9 commit 38ddaefCopy full SHA for 38ddaef
โpages/tutorials/ts-for-js-programmers.md
@@ -201,7 +201,8 @@ interface Backpack<Type> {
201
}
202
203
// ์ด ์ค์ TypeScript์ `backpack`์ด๋ผ๋ ์์๊ฐ ์์์ ์๋ฆฌ๋ ์ง๋ฆ๊ธธ์ด๋ฉฐ
204
-// const backpakc: Backpack<string>์ด ์ด๋์ ์๋์ง ๊ฑฑ์ ํ ํ์๊ฐ ์์ต๋๋ค.
+// const backpack: Backpack<string>์ด ์ด๋์ ์๋์ง ๊ฑฑ์ ํ ํ์๊ฐ ์์ต๋๋ค.
205
+declare const backpack: Backpack<string>;
206
207
// ์์์ Backpack์ ๋ณ์ ๋ถ๋ถ์ผ๋ก ์ ์ธํด์, object๋ string์ ๋๋ค.
208
const object = backpack.get();
0 commit comments