Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
bbbc8db711d3dd2d6474c46c4e6501f3efc453ff
/
.
/
examples
/
closure
/
hello.js
blob: e96a5234ef716166decb028e350afaa3a3180ed5 [
file
]
function
hello
(
name
)
{
alert
(
'Hello, '
+
name
);
}
hello
(
'New user'
);