[코딩테스트/javaScript] 나이 출력 function solution(age) { var answer = 2022-(age-1); return answer;} 코딩 테스트/test_javaScript 2024.12.15