switch vs if : 가독성의 차이가 큼 https://velog.io/@ahsy92/JaveScript-Switch-If조건부 실행 : (x > 0) && console.log(""x는 양수입니다."");삼항 연산자와 단축 평가 : let y = x |