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