UNPKG

say-hello-lesson4

Version:

creating an npm to say Hello

2 lines (1 loc) 43 B
exports.sayhello = name => `Hello ${name}`