test / scripts.js
themtj's picture
Upload 3 files
15c2e09 verified
raw
history blame contribute delete
116 Bytes
document.getElementById("myButton").addEventListener("click", function() {
alert("Button was clicked!");
});