var a = 2; var b = 5; if( a == b ) { console.log('a와 b는 같다.'); } else { console.log('a와 b는 같지 않다.'); }
▶
a와 b는 같지 않다.
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT