Answers for "in if condition how to set alert music in javascript"

0

in if condition how to set alert music in javascript

if (x > 10) {
        var snd = new Audio('/alarm.mp3');
        snd.play();
        alert("Thank you!");
    }
Posted by: Guest on October-02-2020

Code answers related to "in if condition how to set alert music in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language