blob: e96a5234ef716166decb028e350afaa3a3180ed5 [file] [log] [blame]
function hello(name) {
alert('Hello, ' + name);
}
hello('New user');