diff --git a/Jeux_404/scores.js b/Jeux_404/scores.js index c4e04e1..f1adb72 100644 --- a/Jeux_404/scores.js +++ b/Jeux_404/scores.js @@ -25,6 +25,7 @@ var tableau = { } } + //METHODES function update(score) { if (score > premier) @@ -37,8 +38,6 @@ function update(score) { function load() { update(); - for (var i = 0; i < score.lenght; i++) - document.write("j'écris"); - //document.write(score[i] + score[score[i]] + '
'); + //for (var i = 0; i < score.lenght; i++) tableau.start(); } \ No newline at end of file