Click Here To Continue function playSound() { var sound = document.getElementById("audio"); sound.play(); }