Skip to content

roberttaraya/hello-world-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hello-world-plus

A NPM Module that prints "Hello World!", and says hello to anyone else you want, even to a list of names. Accepts either a string or an array of strings as an argument.

Usage

var hello = require('hello-world-plus');

hello();
// Hello World!

hello("Robert");
// Hello Robert!

hello(['Callia', 'Zara']);
// Hello Callia!
// Hello Zara!

About

A NPM Module that prints "Hello World!"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published