Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

25. 클래스 #126

Closed
L2HYUNN opened this issue Mar 15, 2023 · 0 comments · Fixed by #132 · May be fixed by #131
Closed

25. 클래스 #126

L2HYUNN opened this issue Mar 15, 2023 · 0 comments · Fixed by #132 · May be fixed by #131
Assignees

Comments

@L2HYUNN
Copy link
Member

L2HYUNN commented Mar 15, 2023

25. 클래스

📄 목차

  • 25.1 클래스는 프로토타입의 문법적 설탕인가?
  • 25.2 클래스 정의
  • 25.3 클래스 호이스팅
  • 25.4 인스턴스 생성
  • 25.5 메서드
    • 25.5.1 constructor
    • 25.5.2 프로토타입 메서드
    • 25.5.3 정적 메서드
    • 25.5.4 정적 메서드와 프로토타입 메서드의 차이
    • 25.5.5 클래스에서 정의한 메서드의 특징
  • 25.6 클래스의 인스턴스 생성 과정
  • 25.7 프로퍼티
    • 25.7.1 인스턴스 프로퍼티
    • 25.7.2 접근자 프로퍼티
    • 25.7.3 클래스 필드 정의 제안
    • 25.7.4 private 필드 정의 제안
    • 25.7.5 static 필드 정의 제안
  • 25.8 상속에 의한 클래스 확장
    • 25.8.1 클래스 상속과 생성자 함수 상속
    • 25.8.2 extends 키워드
    • 25.8.3 동적 상속
    • 25.8.4 서브클래스의 constructor
    • 25.8.5 super 키워드
    • 25.8.6 상속 클래스의 인스턴스 생성 과정
    • 25.8.7 표준 빌트인 생성자 함수 확장

📚 제출 현황

이름 요약 정리 퀴즈 코드
이동현
이세혁
선헌석
배아람

📣 추가 공지

@L2HYUNN L2HYUNN self-assigned this Mar 15, 2023
@LSH-0125 LSH-0125 linked a pull request Mar 21, 2023 that will close this issue
@Sun4-me Sun4-me linked a pull request Mar 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant