npm-package-practice-tw12
v1.2.0
Published
First npm package
Downloads
209
Readme
Greet Function
Function to log a greeting to the console.
Installation
- const variableName = require('npm-package-practice-tw12');
- Invoke variableName passing in 'name';
- Example-> greet('David')