class 자체에 기본 state, method를 입혀 일반 함수나 state처럼 사용할 수 있게 한다.
class showMeStatic { static whyNot = 'static' } console.log(showMeStatic.whyNot); // static