728x90 반응형 서열 정리1 💯[문제] 서열 정리💯 문제 & 답 내가 작성한 코드 // 나의 나이와, 나의 성별을 저장하는 변수 let myAge = 26; let myGender = 'male'; // 호칭을 담은 변수 let callOlderBrother = '형'; let callOlderSister = '누나'; let callFriend = '친구'; let callYoungerSister = '여동생'; let callYoungerBrother = '남동생'; // 상대방의 나이와 성별에 따른 호칭을 리턴하는 함수 whatShouldICall를 완성하세요. function whatShouldICallYou(yourAge, yourGender) { // 여기에 코드를 작성해 주세요. if(myAge == yourAge){ return callFr.. 2021. 8. 14. 이전 1 다음 728x90 반응형