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๋ฅผ ์ค์นํ๋ ๋ฐฉ๋ฒ์ ํฌ๊ฒ ๋๊ฐ์ง์
๋๋ค:
8
8
- TypeScript์ Visual Studio ํ๋ฌ๊ทธ์ธ ์ค์น
9
9
10
10
Visual Studio 2017 ๋ฐ Visual Studio 2015 Update 3์๋ ๊ธฐ๋ณธ์ ์ผ๋ก TypeScript๊ฐ ํฌํจ๋์ด ์์ต๋๋ค.
11
- Visual Studio์ ํจ๊ผ TypeScript๋ฅผ ์ค์นํ์ง ์์๋ค๋ฉด [ ๋ค์ด๋ก๋] ( #download-links ) ํ ์ ์์ต๋๋ค.
11
+ Visual Studio์ ํจ๊ป TypeScript๋ฅผ ์ค์นํ์ง ์์๋ค๋ฉด [ ๋ค์ด๋ก๋] ( #download-links ) ํ ์ ์์ต๋๋ค.
12
12
13
13
NPM ์ฌ์ฉ์์ ๊ฒฝ์ฐ:
14
14
@@ -41,7 +41,7 @@ document.body.innerHTML = greeter(user);
41
41
tsc greeter.ts
42
42
```
43
43
44
- ๊ฒฐ๊ณผ๋ ๋์ผํ ์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ํฌํจํ๊ณ ์๋ ` gretter .js` ํ์ผ์ด ๋ ๊ฒ์
๋๋ค.
44
+ ๊ฒฐ๊ณผ๋ ๋์ผํ ์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ํฌํจํ๊ณ ์๋ ` greeter .js` ํ์ผ์ด ๋ ๊ฒ์
๋๋ค.
45
45
JavaScript ์ ํ๋ฆฌ์ผ์ด์
์์ TypeScript๋ฅผ ์คํ ์ค์
๋๋ค!
46
46
47
47
์ด์ TypeScript๊ฐ ์ ๊ณตํ๋ ์๋ก์ด ๊ธฐ๋ฅ๋ค์ ํ์ฉํ ์ ์์ต๋๋ค.
@@ -79,7 +79,7 @@ document.body.innerHTML = greeter(user);
79
79
error TS2345: Argument of type ' number[]' is not assignable to parameter of type ' string' .
80
80
```
81
81
82
- ๋ง์ฐฌ๊ฐ์ง๋ก, gretter๋ฅผ ํธ์ถํ ๋ ๋ชจ๋ ์ธ์๋ฅผ ์ ๊ฑฐํด๋ณด์ญ์์ค.
82
+ ๋ง์ฐฌ๊ฐ์ง๋ก, greeter๋ฅผ ํธ์ถํ ๋ ๋ชจ๋ ์ธ์๋ฅผ ์ ๊ฑฐํด๋ณด์ญ์์ค.
83
83
TypeScript๋ ์์์น ๋ชปํ ๋งค๊ฐ๋ณ์๋ก ํจ์๋ฅผ ํธ์ถํ๋ค๋ ๊ฒ์ ์๋ ค์ค๋๋ค.
84
84
๋ ๊ฒฝ์ฐ ๋ชจ๋ TypeScript๋ ์ฝ๋ ๊ตฌ์กฐ์ ์ฌ์ฉ์๊ฐ ์ ๊ณตํ ํ์
์ด๋
ธํ
์ด์
์ ๊ธฐ๋ฐ์ผ๋ก ์ ์ ๋ถ์์ ์ ๊ณตํ ์ ์์ต๋๋ค.
85
85
You canโt perform that action at this time.
0 commit comments