Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rickcomics authored Oct 26, 2024
1 parent 98ac5c5 commit a9361cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const btn = document.createElement('btn');
btn.innerText = "text";
btn.addListClass = "btn";
btn.addEventListener('click', () => {
alert('Oh, you clicked me!')
})
Expand Down

0 comments on commit a9361cf

Please sign in to comment.