📚 Reference
📜 Chapter
switch
Ternary operator (삼항 연산자)
if
else if
else
if(condition1){ }else if(condition2){ }else{ }