xrsh-com/com/isoterminal/mnt/profile.js

5 lines
80 B
JavaScript

window.helloworld = function(){
alert("hello world")
return "hello world"
}