Zufallszahl zwischen 0 und 50 dann zu einer ganzen Zahl
console.log(Math.floor(Math.random() * 50));
BLESSING VICTOR
console.log(Math.floor(Math.random() * 50));