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