File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TypeScript๋ฅผ ์ค์นํ๋ ๋ฐฉ๋ฒ์ ํฌ๊ฒ ๋๊ฐ์ง์
๋๋ค:
88- TypeScript์ Visual Studio ํ๋ฌ๊ทธ์ธ ์ค์น
99
1010Visual Studio 2017 ๋ฐ Visual Studio 2015 Update 3์๋ ๊ธฐ๋ณธ์ ์ผ๋ก TypeScript๊ฐ ํฌํจ๋์ด ์์ต๋๋ค.
11- Visual Studio์ ํจ๊ผ TypeScript๋ฅผ ์ค์นํ์ง ์์๋ค๋ฉด [ ๋ค์ด๋ก๋] ( #download-links ) ํ ์ ์์ต๋๋ค.
11+ Visual Studio์ ํจ๊ป TypeScript๋ฅผ ์ค์นํ์ง ์์๋ค๋ฉด [ ๋ค์ด๋ก๋] ( #download-links ) ํ ์ ์์ต๋๋ค.
1212
1313NPM ์ฌ์ฉ์์ ๊ฒฝ์ฐ:
1414
@@ -41,7 +41,7 @@ document.body.innerHTML = greeter(user);
4141tsc greeter.ts
4242```
4343
44- ๊ฒฐ๊ณผ๋ ๋์ผํ ์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ํฌํจํ๊ณ ์๋ ` gretter .js` ํ์ผ์ด ๋ ๊ฒ์
๋๋ค.
44+ ๊ฒฐ๊ณผ๋ ๋์ผํ ์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ํฌํจํ๊ณ ์๋ ` greeter .js` ํ์ผ์ด ๋ ๊ฒ์
๋๋ค.
4545JavaScript ์ ํ๋ฆฌ์ผ์ด์
์์ TypeScript๋ฅผ ์คํ ์ค์
๋๋ค!
4646
4747์ด์ TypeScript๊ฐ ์ ๊ณตํ๋ ์๋ก์ด ๊ธฐ๋ฅ๋ค์ ํ์ฉํ ์ ์์ต๋๋ค.
@@ -79,7 +79,7 @@ document.body.innerHTML = greeter(user);
7979error TS2345: Argument of type ' number[]' is not assignable to parameter of type ' string' .
8080```
8181
82- ๋ง์ฐฌ๊ฐ์ง๋ก, gretter๋ฅผ ํธ์ถํ ๋ ๋ชจ๋ ์ธ์๋ฅผ ์ ๊ฑฐํด๋ณด์ญ์์ค.
82+ ๋ง์ฐฌ๊ฐ์ง๋ก, greeter๋ฅผ ํธ์ถํ ๋ ๋ชจ๋ ์ธ์๋ฅผ ์ ๊ฑฐํด๋ณด์ญ์์ค.
8383TypeScript๋ ์์์น ๋ชปํ ๋งค๊ฐ๋ณ์๋ก ํจ์๋ฅผ ํธ์ถํ๋ค๋ ๊ฒ์ ์๋ ค์ค๋๋ค.
8484๋ ๊ฒฝ์ฐ ๋ชจ๋ TypeScript๋ ์ฝ๋ ๊ตฌ์กฐ์ ์ฌ์ฉ์๊ฐ ์ ๊ณตํ ํ์
์ด๋
ธํ
์ด์
์ ๊ธฐ๋ฐ์ผ๋ก ์ ์ ๋ถ์์ ์ ๊ณตํ ์ ์์ต๋๋ค.
8585
You canโt perform that action at this time.
0 commit comments