πŸ“š Reference


πŸ“œ Chapter


switch

Ternary operator (μ‚Όν•­ μ—°μ‚°μž)

if, else if, else


if(condition1){

}else if(condition2){

}else{

}