diff --git a/js/intro.js b/js/intro.js index 14fdf28..06fc30a 100644 --- a/js/intro.js +++ b/js/intro.js @@ -22,4 +22,4 @@ function scoreCount(){ const score_aff = document.getElementById("score_affichage") score += 1 score_aff.innerText="SCORE : " + score -} \ No newline at end of file +}