Difference between revisions of "Template:BOKU-Vienna-Javascript"

(Blanked the page)
Line 1: Line 1:
 
+
function f(x) {
 +
alert(x);
 +
}

Revision as of 09:31, 17 July 2017

function f(x) { alert(x); }