const strAge = String(age); const arrayAge = Array.from(strAge); // 숫자를 문자로 변환 후, // Array.from()을 통해 배열로 만든 후 변수에 담았다