Beesbeesbees 과제

이성은·2022년 11월 21일
0

constructor

  • constructor 메서드는 클래스의 인스턴스 객체를 생성하고 초기화하는 특별한 메서드
constructor() { ... }
constructor(argument0) { ... }
constructor(argument0, argument1) { ... }
constructor(argument0, argument1, ... , argumentN) { ... }
profile
함께 일하는 프론트엔드 개발자 이성은입니다🐥

0개의 댓글