mycomputer/logic.js

5 lines
107 B
JavaScript

function alertHallo(){
//alert("Hallo!");
document.getElementById("myh").innerText = "Tschüß";
}