Skip to content

Commit fd94714

Browse files
authored
Update test.js
1 parent 1f0467a commit fd94714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const btn = document.createElement('btn');
2-
btn.innerText = "text";
3-
btn..classList.add("btn");
2+
btn.innerText = 'text';
3+
btn..classList.add('btn');
44
btn.addEventListener('click', () => {
55
alert('Oh, you clicked me!')
66
})

0 commit comments

Comments
 (0)