Comment savoir si une string est dans un array? JAVASCRIPT

par Photo de profil par défaut Samih  le 04/12/2023
function playSound(letter) { const listLetters = ["w", "a", "s", "d", "j", "k","l"]; let sound = new Audio("./sounds/" + letter + ".mp3"); sound.play(); }

0 Réponses

Votre Réponse

Répondre

Découvrez notre cours de JAVASCRIPT