BUUUUG DE MERDE

This commit is contained in:
Chiara 2019-12-06 01:53:01 +01:00
parent 6850405f18
commit 660b499044

View File

@ -25,6 +25,7 @@ var tableau = {
} }
} }
//METHODES //METHODES
function update(score) { function update(score) {
if (score > premier) if (score > premier)
@ -37,8 +38,6 @@ function update(score) {
function load() { function load() {
update(); update();
for (var i = 0; i < score.lenght; i++) //for (var i = 0; i < score.lenght; i++)
document.write("j'écris");
//document.write(score[i] + score[score[i]] + '<br />');
tableau.start(); tableau.start();
} }