switch문let myChoice = 2; // 변수 설정switch(mychoice) { //switch 함수, 파라미터 대입 case 1: // :으로 마무리할 것. console.log('토끼를 선택한 당신,...'); // 출력코드 break; // c