add
1부터 45까지 랜덤인 숫자 6개를 반환해요.
ts
const result = makeLotto();
console.log(result); // 1부터 45까지 랜덤인 숫자 6개를 반환해요. ex) [ 19, 41, 15, 3, 39, 22 ]