Dream๐Ÿฐng
article thumbnail
[TS] Generics 1๏ธโƒฃ
๐Ÿ“ Study/TypeScript 2023. 3. 16. 18:51

Generics 1๏ธโƒฃ What is Generics? ์ œ๋„ค๋ฆญ์€ vanilla JavaScript์—๋Š” ์—†๊ณ  TypeScript์—๋งŒ ์žˆ๋Š” ๊ฐœ๋…์œผ๋กœ, ํŠน์ • ํƒ€์ž…์˜ ๋ฐ์ดํ„ฐ๋ฅผ ์ €์žฅํ•˜์—ฌ ํƒ€์ž… ์•ˆ์ „์„ฑ์„ ํ™•๋ณดํ•  ์ˆ˜ ์žˆ๋Š” ๊ธฐ๋ฒ•์ด๋‹ค. TypeScript์—์„œ ๊ธฐ๋ณธ์ ์œผ๋กœ ์ œ๊ณตํ•˜๋Š” ์ œ๋„ค๋ฆญ ํƒ€์ž…์œผ๋กœ๋Š” Array, Promise๊ฐ€ ์žˆ๋‹ค. // Array const names: Array = []; /* Array์— ๋Œ€ํ•œ ํƒ€์ž…์„ string์œผ๋กœ ์ง€์ •ํ•˜๋ฉด(= Generic) ์•ž์œผ๋กœ names ๋ฐฐ์—ด์— ๋“ค์–ด์˜ฌ ๋ฐ์ดํ„ฐ์˜ ํƒ€์ž…์ด string์ž„์„ ์ถ”๋ก ํ•จ */ // Promise const promise: Promise = new Promise((resolve, reject) => { setTimeout(() => { resolve(10); ..

๐Ÿฐ [230205 TIL]

https://shoupeach.notion.site/2-5-0273cbeaace942a99428828327aa0189 2/5 ๐Ÿฐ [230205 TIL] shoupeach.notion.site

๐Ÿฐ [230126 TIL]

https://shoupeach.notion.site/1-26-1f83d028179d48e7874b22285ec4db66 1/26 ๐Ÿฐ [230126 TIL] shoupeach.notion.site

๐Ÿฐ [230125 TIL]

https://shoupeach.notion.site/1-25-41564aa69a8b4d0da9f79b6d146da70f 1/25 ๐Ÿฐ [230125 TIL] shoupeach.notion.site

๐Ÿฐ [230124 TIL]

https://shoupeach.notion.site/1-24-809c9db69d5948159fecda4a3ddff2cb 1/24 ๐Ÿฐ [230124 TIL] shoupeach.notion.site

๐Ÿฐ [230123 TIL]

https://shoupeach.notion.site/1-23-fb5eafe5989b4cd0a3f7048622710aac

๐Ÿฐ [230122 TIL]

https://shoupeach.notion.site/1-22-ca1028d540e541f5a488c3969a4c90fc 1/22 ๐Ÿฐ [230122 TIL] shoupeach.notion.site

๐Ÿฐ [230121 TIL]

https://shoupeach.notion.site/1-21-3ee4659d05bc4feeb0a4f8833d7cf4c6 1/21 ๐Ÿฐ [230121 TIL] shoupeach.notion.site

๐Ÿฐ [230120 TIL]

https://shoupeach.notion.site/1-20-21c8d8a418ba467f9c8dfd5f07e2a443

๐Ÿฐ [230119 TIL]

https://shoupeach.notion.site/1-19-6e23c0a33bb24db180c83826833dc159 1/19 ๐Ÿฐ [230119 TIL] shoupeach.notion.site

๐Ÿฐ [230117 TIL]

https://www.notion.so/shoupeach/1-17-d7bdc5a1d51a4427b7431dfbddf61679 1/17 ๐Ÿฐ [230117 TIL] www.notion.so

๐Ÿฐ [230116 TIL]

https://www.notion.so/shoupeach/1-16-7c9e3f28cae2490d88833f66bcd7efa8 1/16 ๐Ÿฐ [230116 TIL] www.notion.so

profile on loading

Loading...