if (!asdf) {
asdf=3;
}

이거 !asdf 저게 asdf가 0일경우나 언디파인디드일때 실행한다는 뜻인가요??