Generador de números aleatorios en HJS
Math.floor((Math.random() * 100) + 1); // Chooses a number between 1 and 100
Hilarious Hoopoe
Math.floor((Math.random() * 100) + 1); // Chooses a number between 1 and 100