Effective TypeScript Study
This is a study video that follows the contents of the book "Effective TypeScript". It will be much easier if we study together!
TypeScript
TypeScript

- Resolved
선언된 인터페이스를 Map자료형의 타입으로 할당할 수 있는 방법이 있을까요..?
만약에 User라는 인터페이스가 이미 존재하는 상태에서 const userMap = new Map(); 과 같은 데이터에 일반 객체형 인터페이스를 할당할수 있는 방법이 있을까용?..
타입스크립트typescript인터페이스mapquakkadev
・
0
341
1
- Unresolved
13분 50분즈음에서 배열과 객체에 'as const' 관련해서 논의한거 관련 질문이요
개인적으로 강의 들으면서 as const를 썼을 때 왜 다를 까를 추측해봤는데 제 생각이 타당한지 같이 고민해주시면 감사하겠습니다. 혹시 배열이랑 튜플에 내장하고 있는 pop, push, shift, unshift와
typescriptinjxgj2539
・
0
280
1

