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

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

Typescript(2)

  • 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
  • Typescript 초기 세팅 / 이론 / 문법

    https://www.typescriptlang.org/ JavaScript With Syntax For Types. TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before you even run your code. www.typescriptlang.org 2012년 마이크로소프트가 발표한 타입스크립트(TypeScript)는 자바스크립트(JavaScript)를 기반으로 정적 타입 문법을 추가한 프로그래밍 언어 1.컴파일 언어, 정적 타입 언어 자바스크립트는 동적 타입의 인터프리터 ..

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

티스토리툴바