Questions
Nos formations vidéo
Blog
Connexion
Inscription
/
Questions
/
Catégories
/
JAVASCRIPT
/
Comment savoir si une string est dans un array?
Comment savoir si une string est dans un array?
JAVASCRIPT
par
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
Questions associées
2
Comment ajouter un élément à un array?
Comment capter un click sur le body?
Comment savoir si un string est un chiffre ?
Dernières vidéos par Academie WS
Découvrez notre cours de
JAVASCRIPT