📚Study Note/자바스크립트
[ JAVASCRIPT ] 로또 번호 받아가세용
칠칠라
2021. 5. 4. 10:01
Math.random()으로 난수처리하고 sort(function(a,b){ return a-b;}) 로 오름차순 정렬했습니다.
See the Pen LottoNumSelection by LEEOH (@friknsy) on CodePen.