티스토리 뷰

클래스 속성 static

정의 및 사용법

  • static 속성은 클래스에 대한 정적 메서드를 정의합니다 .
  • static 속성은 Internet Explorer 11(또는 이전 버전)에서는 지원되지 않습니다.

구문


    static methodName()

반환 값

X

'자바스크립트 튜토리얼 > 메서드 and 속성' 카테고리의 다른 글

날짜 메서드 getDate()  (0) 2022.04.29
클래스 속성 super  (0) 2022.04.14
클래스 속성 extends  (0) 2022.04.14
클래스 메서드 constructor()  (0) 2022.04.14
불린 속성 prototype  (0) 2022.04.14
댓글
© 2018 webstoryboy