JavaScript Número aleatorio no decimal
a_number = 10
Math.floor(Math.random() * a_number)
Brumus14
a_number = 10
Math.floor(Math.random() * a_number)