Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruna096 authored Sep 20, 2023
1 parent f04c383 commit 3e23aff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

//tecla Pom
function tocaSomPom () {
document.querySelector("#Som_Tecla_Pom").play();
}

document.querySelector(".tecla_pom").onclick = tocaSomPom;
document.querySelector(".tecla_pom").onclick = tocaSomPom;

//tecla Clap

0 comments on commit 3e23aff

Please sign in to comment.