Le meilleur casino du web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
295 B

//let machine_sous = new Object();
let argent = ""
let nombres = []
let bank = 1000
let mise = -1
let gains = 0
function controle(){
argent = document.getElementById("input").value;
test(15);
}
function test(taille){
for(let i=0; i<taille; i++){
console.log(i)
}
console.log(argent)
}