how you can use javascript to play the sound for the button color selected code example
Example: how you can use javascript to play the sound for the button color selected
var audio = new Audio("play.mp3");
audio.play();
var audio = new Audio("play.mp3");
audio.play();