Browse Source

Transférer les fichiers vers ''

master
CHASSAGNOL Bruno 3 years ago
parent
commit
e20cfba2de
  1. 6
      projetjavascript.html

6
projetjavascript.html

@ -9,7 +9,7 @@ var jeton_bac=1000;
var jeton_joueur=99;
function lancement() {
var nb_jet = document.getElementById("name").value;
if (jeton_joueur > nb_jet && jeton_bac > 500 && nb_jet < 100 && nb_jet> 0){document.write(11);}
if (jeton_joueur > nb_jet && jeton_bac > 500 && nb_jet < 100 && nb_jet> 0){document.write(11);nbAlea();}
else{document.write("tu as mis trop de jetons");}
}
@ -19,9 +19,9 @@ function nbAlea(){
const cars = [Math.floor(Math.random() * 10) ,
Math.floor(Math.random() * 10) ,
Math.floor(Math.random() * 10) ];
document.write(cars);
window.alert(cars);
}
nbAlea();
</script>
</body>

Loading…
Cancel
Save