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.

20 lines
295 B

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