scroll0908.log
로그인
scroll0908.log
로그인
type vs interface
송철진
·
2023년 1월 11일
팔로우
0
0
Final Project
목록 보기
8/8
type
interface
확장방법
&
extends
선언적 확장
같은 이름 선언x
같은 이름 선언o
데이터 타입
type a = { }
interface a { }
type b = 123
type c = string
interface를 쓰는 게 성능이 좋다
송철진
검색하고 기록하며 학습하는 백엔드 개발자
팔로우
0개의 댓글
댓글 작성