We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ffcc4 commit bd9e639Copy full SHA for bd9e639
1 file changed
task01-change-and-revert-heading/script.js
@@ -13,4 +13,4 @@ button.addEventListener("click", () => {
13
heading.textContent = originalText;
14
button.textContent = "Click Here to Change";
15
}
16
-})
+});
0 commit comments