[JS] JS Undefined 값 확인하기

happypath·2021년 11월 24일
0

JS Undefined 값 확인하기

if(typeof(myname) === 'undefined'){
  //생략
}

0개의 댓글