Standard Input & Output

Easy
48
7
52.3% Acceptance

In this lab, you'll work with standard input and output in Node.js using the process.stdin and process.stdout objects. You'll create a function that accepts a string as a parameter and logs a greeting with the given parameter on stdout.

NOTE: Make sure to export the function properly, this lab uses Common JS module system.