UNPKG
ericzyhhello
Version:
latest (1.0.0)
1.0.0
hello world
ericzyh/nodejstest
ericzyhhello
/
index.js
4 lines
(3 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
exports
.
Hello
=
function
(
name
) {
console
.
log
(
"Hello "
+ name ); }