This website requires JavaScript.
Explore
Help
Sign In
chwrba
/
mycomputer
Watch
1
Star
0
Fork
You've already forked mycomputer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
mycomputer
/
logic.js
5 lines
107 B
JavaScript
Raw
Permalink
Blame
History
function
alertHallo
(
)
{
//alert("Hallo!");
document
.
getElementById
(
"myh"
)
.
innerText
=
"Tschüß"
;
}
Reference in New Issue
View Git Blame
Copy Permalink