I have this sound:
a = new Audio('audio.mp3');
and when I want to play it I use a.play()
How can I play this at random times?
I have this sound:
a = new Audio('audio.mp3');
and when I want to play it I use a.play()
How can I play this at random times?