src/parenscript/hello.js @ c6cecc512cbc

Comments
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 16:35:22 -0500
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');