HTML:
Klicken Sie auf mich
JavaScript (script.js):
Code: Select all
function showMessage() {
alert("Button clicked");
}
Nothing happens when I click the button.
Am I missing something?
Code: Select all
function showMessage() {
alert("Button clicked");
}
Nothing happens when I click the button.
Am I missing something?