Click HERE to continue function playSound() { var sound = document.getElementById("audio"); sound.play(); }