nombre aléatoire entre 0 et 50 puis tourne vers un nombre entier
console.log(Math.floor(Math.random() * 50));
BLESSING VICTOR
console.log(Math.floor(Math.random() * 50));