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

7 lines
91 B
JavaScript

#!/bin/js
window.helloworld = function(){
alert("hello world")
return "hello world"
}