2 lines
76 B
Text
2 lines
76 B
Text
array = [1,2,3]
|
|
console.log array[Math.floor(Math.random() * array.length)]
|
array = [1,2,3]
|
|
console.log array[Math.floor(Math.random() * array.length)]
|