====== undefind ====== ===== void 0 ===== if( myvarriable === void 0 ) --> undefined비교를 위하여 사용 if( myvarriable === undefined ) 이렇게 비교할 수 있는데 undefined는 변수명으로 사용될수 있어 void 0를 이용. [[https://stackoverflow.com/questions/7452341/what-does-void-0-mean|void 0]]