Jieun's_velog
Jieun's_velog
profile
JIEUN
글시리즈소개
태그 목록
  • 전체보기(73)
  • WeCode(46)
  • React(26)
  • JavaScript(25)
  • html(14)
  • CSS(14)
  • State(6)
  • Props(6)
  • 2차 프로젝트(5)
  • hook(4)
  • object(3)
  • git(3)
  • Functional Component(3)
  • Map(3)
  • lifecycle(2)
  • Recoil(2)
  • function(2)
  • github(2)
  • ES6(2)
  • Portal(2)
  • useEffect(2)
  • 로그인(1)
  • pagination(1)
  • 회원가입(1)
  • 동적라우팅(1)
  • String(1)
  • 개발자도구(1)
  • 모달창(1)
  • scope(1)
  • mockdata(1)
  • redux(1)
  • array(1)
  • Database(1)
  • Query String(1)
  • aws(1)
  • array methods(1)
  • 조건부랜더링(1)
  • rebase(1)
  • for문(1)
  • scss(1)
  • router(1)
  • number(1)
  • 1차 프로젝트(1)
  • class(1)
전체보기 (73)WeCode(46)React(26)JavaScript(25)html(14)CSS(14)State(6)Props(6)2차 프로젝트(5)hook(4)object(3)git(3)Functional Component(3)Map(3)lifecycle(2)Recoil(2)function(2)github(2)ES6(2)Portal(2)useEffect(2)로그인(1)pagination(1)회원가입(1)동적라우팅(1)String(1)개발자도구(1)모달창(1)scope(1)mockdata(1)redux(1)array(1)Database(1)Query String(1)aws(1)array methods(1)조건부랜더링(1)rebase(1)for문(1)scss(1)router(1)number(1)1차 프로젝트(1)class(1)
post-thumbnail

TIL_28_with Wecode 018 JavaScript about Class

🦨 class클래스는 객체지향 프로그래밍의 핵심입니다.객체지향 프로그래밍이란, 프로그램을 객체들로 구성하고,객체들 간에 서로 상호작용하도록 작성하는 방법입니다.클래스는 { num: 1 } 처럼 생긴 객체(object)를 잘 설계하기 위한 틀은 맞습니다.그런데 이 때의

JavaScriptWeCodeclass
2021년 2월 23일
·
0개의 댓글