#!/bin/js

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