Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCastro26 authored Oct 26, 2023
1 parent 9fd9523 commit 0681eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ document.querySelector(idElementoAudio).play();
}

const listaDeTeclas = document.querySelectorAll('.tecla');

for(let contador=0; contador <listaDeTeclas.length; contador++) {
const tecla= listaDeTeclas[contador];
const instrumento = tecla.classList[1];
Expand Down

0 comments on commit 0681eea

Please sign in to comment.