sayhey
v1.1.0
Published
Greet anyone depending on the time of the day
Readme
SayHey · [
]
Installing
Using npm:
$ npm install sayheyExample
const sayhey = require("sayhey");Log greet message to console
const sayhey = require("sayhey");
// Greet Bella
console.log(sayhey("Bella"));