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