src/parenscript/hello.js @ 2cb0208c1744

Markov by Tungsten Light
author Steve Losh <steve@stevelosh.com>
date Wed, 17 Aug 2016 03:29:14 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');