IT
Typescript array random 배열 내부 요소 랜덤 예시
agnusdei1207
2023. 5. 4. 17:27
반응형
SMALL
arr[Math.floor(Math.random() * this.pizzaNames.length)]
반응형
LIST