Answers for "how can you use Javascript to play the sound for the button colour selected"

5

play a sound wiith js

var audio = new Audio('audio.mp3');
  audio.play();
Posted by: Guest on July-03-2020

Code answers related to "how can you use Javascript to play the sound for the button colour selected"

Code answers related to "Javascript"

Browse Popular Code Answers by Language