excuse me sir I want to ask, can you make background music using JavaScript? if he is what the code is 😅😅 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

excuse me sir I want to ask, can you make background music using JavaScript? if he is what the code is 😅😅

15th May 2020, 3:27 PM
Reza Yudha pratama
Reza Yudha pratama - avatar
2 Antworten
+ 4
let aud = new Audio(); aud.src =.... (the url of resources) (in an mouse event listener) { aud.play(); }
15th May 2020, 3:30 PM
Gordon
Gordon - avatar
15th May 2020, 4:21 PM
Calviղ
Calviղ - avatar