CLICK HERE TO CONTINUE function playSound() { var sound = document.getElementById("audio"); sound.play(); }