알고리즘/JavaScript2 로또 번호 생성하기2 (Javascript) li{ margin: 10px; } 로또 번호 추출 const lotto = document.querySelector('.js-lotto') const btn = document.querySelector('button') const lotto_number = [] function handleLotto(){ let arr = []; for(let i = 0; i 2020. 8. 10. 로또 번호 생성하기 (Javascript) arr.push(Math.floor(Math.random()*45)+1); 랜덤 함수, 배열 요소 추가 함수를 이용한 로또 번호 추출 로직 for(let c = 0; c 2020. 7. 27. 이전 1 다음