[TypeScript] Understanding Generic Functions
What is a Generic Function in TypeScript? In TypeScript, a generic function is a function that can work with multiple types of data. By using generics, we can dynamically define the types of the input and return values, which increases the reusabilit...
![[TypeScript] Understanding Generic Functions](https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/NH0pmKaZeuk/upload/47eb76a03d44ea841c42f406a93de157.jpeg)
![[Javascript] findIndex](https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/YJxAy2p_ZJ4/upload/1a0daf339df244ae0cd5af1c9d58b412.jpeg)
![[JavaScript] Decimal Numbering Method : toFixed()](https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/SSREiOm8tMs/upload/691818e7fcfba9d0040faa53f59238a3.jpeg)
![[JavaScript] 2차원으로 만들기 (Make it 2-dementions)](https://cdn.hashnode.com/res/hashnode/image/upload/v1670814910766/yu7XbHRDB.jpeg)
![[JavaScript] 중복된 문자 제거 (Remove duplicate characters)](https://cdn.hashnode.com/res/hashnode/image/unsplash/fPxOowbR6ls/upload/v1669595393420/2y-tpdTIU.jpeg)