Ezequiel rojo

Generation

generate functionMon, 29 May 2023

crear un modulo que tire un valor random del 1 al 10

Script function getRandomInt(max) { return Math.floor(Math.random() * Math.floor(max)); } getRandomInt(10)

Want to kickstart your project?Use the new AI Studio to create your code