From 97b06fe9200756fe0ec72f8f910649f4222a5862 Mon Sep 17 00:00:00 2001 From: beau Date: Fri, 29 Nov 2024 08:26:02 +0100 Subject: [PATCH] fin de intro --- js/intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}