자바스크립트 튜토리얼/메서드 and 속성
클래스 속성 static
SBDB_뉴유
2022. 4. 14. 16:39
클래스 속성 static
정의 및 사용법
- static 속성은 클래스에 대한 정적 메서드를 정의합니다 .
- static 속성은 Internet Explorer 11(또는 이전 버전)에서는 지원되지 않습니다.
구문
static methodName()
반환 값
X