© 2026 Hedgehog Software, LLC
<!DOCTYPE html> <html> <head> <script src="./myfunction.js"</script> </head> <body> <button onclick="bodyTest()">TEST</button> </body> </html>
function bodyTest(){ return("hello, world!"); }