UNPKG
say-hello-lesson4
Version:
latest (1.0.2)
1.0.2
creating an npm to say Hello
say-hello-lesson4
/
sayhello.js
2 lines
(1 loc)
•
43 B
JavaScript
View Raw
1
2
exports
.
sayhello
=
name
=>
`Hello
${name}
`