Skip to content

Commit bd9e639

Browse files
authored
Update script.js
1 parent 78ffcc4 commit bd9e639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task01-change-and-revert-heading/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ button.addEventListener("click", () => {
1313
heading.textContent = originalText;
1414
button.textContent = "Click Here to Change";
1515
}
16-
})
16+
});

0 commit comments

Comments
 (0)