/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2022-12-24 05:06
Taesung Lee
[ts] 인터페이스
=> Object에선 특정 속성값들의 정보가 없기 때문.
1. ? 옵셔널
interface User {
name: string;
age: number;
gender?: string;
}
let user: Us...
더보기
2taesung.log
0
0
0
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy