parent
e245b283ad
commit
33b0dd85f0
@ -0,0 +1,6 @@
|
|||||||
|
const soundBtn = document.querySelector('#clickMeow');
|
||||||
|
let myAudio = document.querySelector('#meow');
|
||||||
|
soundBtn.addEventListener('click',() => {
|
||||||
|
myAudio.volume = 0.1;
|
||||||
|
myAudio.play();
|
||||||
|
});
|
Binary file not shown.
Loading…
Reference in new issue