Skip to content

Commit

Permalink
Merge pull request #27 from gobmj/main
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
naaji-navas authored Oct 1, 2023
2 parents 57cbed1 + 1cdd69a commit 1add73b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//index.js

for (var i = 0; i < document.querySelectorAll(".drum").length; i++) {
document.querySelectorAll(".drum")[i].addEventListener("click", function () {
var buttonInnerHTML = this.innerHTML;
Expand Down

0 comments on commit 1add73b

Please sign in to comment.