태그: switch statement

Switch Statement

Switchjavascript에서 switch문법은 if, else if를 대체 할 수 있습니다. if, else if와 비슷하지만 약간의 문법 차이가 있습니다. 사용방법12345678910111213141516171819const dayNum = new Date().getDay();function ifDay(dayNum) { if (dayNum