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