maxlchan.log
maxlchan.log
profile
MaxlChan
한가지를 알아도 제대로 알자
글시리즈소개
태그 목록
  • 전체보기(12)
  • 코딩부트캠프(1)
  • scope(1)
  • 논리 연산자(1)
  • 이진 부동소수점(1)
  • asynchronous(1)
  • new keyword(1)
  • promise(1)
  • 비전공자(1)
  • 바닐라코딩(1)
  • http(1)
  • defineProperty(1)
  • callback(1)
  • Prototype(1)
  • event loop(1)
  • hasOwnProperty(1)
  • Object.create(1)
  • hoisting(1)
  • inheritance(1)
  • big o notation(1)
  • const(1)
  • let(1)
  • var(1)
  • copy(1)
  • async/await(1)
  • data type(1)
  • logical operator(1)
  • 실행 컨텍스트(1)
  • Clousure(1)
전체보기 (12)코딩부트캠프(1)scope(1)논리 연산자(1)이진 부동소수점(1)asynchronous(1)new keyword(1)promise(1)비전공자(1)바닐라코딩(1)http(1)defineProperty(1)callback(1)Prototype(1)event loop(1)hasOwnProperty(1)Object.create(1)hoisting(1)inheritance(1)big o notation(1)const(1)let(1)var(1)copy(1)async/await(1)data type(1)logical operator(1)실행 컨텍스트(1)Clousure(1)

Prototype(프로토타입)

자바스크립트는 프로토타입 기반 언어라는 점에서 다른 컴퓨터 언어와 차별점은 둔다고 한다. 즉, 프로토타입에 대한 개념 이해 없이는 자바스크립트에 대한 근본적인 이해를 할 수 없다고 생각하기에 배운 것을 정리하는 겸 포스팅 해보고자한다. Prototype 이란? 흔히

Prototypeinheritancenew keyword
2020년 7월 7일
·
0개의 댓글