랜덤
-
[Javascript] 랜덤 정수 생성하기 (Random Number)프로그래밍/JavaScript 2023. 4. 24. 15:05
▶Javascript 랜덤 정수 생성하기 (Random Number) ▶설명 Javascript 함수 중에 Math.random 함수가 존재합니다. 이 함수를 이용해 램덤한 정수를 반환하는 함수를 만들어보겠습니다. 참고 : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random Math.random() - JavaScript | MDN The Math.random() static method returns a floating-point, pseudo-random number that's greater than or equal to 0 and less than 1, with approximatel..