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 68ba91c commit 95197b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const btn = document.createElement('btn');
btn.innerText = "text";

document.appendChild('btn');
document.body.appendChild('btn');

0 comments on commit 95197b8

Please sign in to comment.