
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); ..
https://shoupeach.notion.site/2-5-0273cbeaace942a99428828327aa0189 2/5 ๐ฐ [230205 TIL] shoupeach.notion.site
https://shoupeach.notion.site/1-26-1f83d028179d48e7874b22285ec4db66 1/26 ๐ฐ [230126 TIL] shoupeach.notion.site
https://shoupeach.notion.site/1-25-41564aa69a8b4d0da9f79b6d146da70f 1/25 ๐ฐ [230125 TIL] shoupeach.notion.site
https://shoupeach.notion.site/1-24-809c9db69d5948159fecda4a3ddff2cb 1/24 ๐ฐ [230124 TIL] shoupeach.notion.site
https://shoupeach.notion.site/1-23-fb5eafe5989b4cd0a3f7048622710aac
https://shoupeach.notion.site/1-22-ca1028d540e541f5a488c3969a4c90fc 1/22 ๐ฐ [230122 TIL] shoupeach.notion.site
https://shoupeach.notion.site/1-21-3ee4659d05bc4feeb0a4f8833d7cf4c6 1/21 ๐ฐ [230121 TIL] shoupeach.notion.site
https://shoupeach.notion.site/1-20-21c8d8a418ba467f9c8dfd5f07e2a443
https://shoupeach.notion.site/1-19-6e23c0a33bb24db180c83826833dc159 1/19 ๐ฐ [230119 TIL] shoupeach.notion.site
https://www.notion.so/shoupeach/1-17-d7bdc5a1d51a4427b7431dfbddf61679 1/17 ๐ฐ [230117 TIL] www.notion.so
https://www.notion.so/shoupeach/1-16-7c9e3f28cae2490d88833f66bcd7efa8 1/16 ๐ฐ [230116 TIL] www.notion.so