corineee

corineee

  • 분류 전체보기 (58)
    • 셀프커스텀모바일청첩장 (0)
    • JavaScript (17)
    • jQuery (5)
    • Javascript es6 (3)
    • CSS (3)
    • 웹 개발 이론 (6)
    • Typescript (2)
    • php (4)
    • sql (1)
    • programmers 알고리즘 (0)
    • git & github (1)
    • wordpress (0)
    • react (3)
    • typescript (1)
    • nextjs (0)
    • docker (2)
    • ui ux (0)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

corineee

컨텐츠 검색

태그

nextjs nextjs13 javascript nextjs14 풀스텍으로 업무 하고말지 나는 프론트 담당인데 React 컴포넌트나누기 react quill 리엑트 로딩바 abortController Suspense reactqueryv4 position : sticky 왜 벡엔드 코드를 고치고있는가 React progressbar docker typescript web SSD부팅

최근글

댓글

공지사항

아카이브

Front-end(1)

  • Typescript 문법 class/extends/function/Literal types/Union types/intersection types/Generics)

    1. class 정의 클래스는 implements 를 사용한다 interface Car{ color:string; // 타입이 string인 함수 wheels:number; // 타입이 number인 함수 start():void; // return 값이 없는 함수 } class Bmw implements Car{ color;// 멤버 변수 wheels=4; // js 와 다르게 class 의 멤머변수를 설정할 때 constructor 외부에서도 변수선언을 해주어야 한다 constructor(c:string){ // 생성자 함수 this.color=c; } start():void{// 멤버 함수 console.log('go....!'); } } const car1 = new Bmw('green'); con..

    2022.11.03
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바