0.1.1 • Published 6 years ago

codein-hello-world-task v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Hello World

this npm module is for Google Code In Task

Installation

npm install codein-hello-world-task

Usage

  • import the module
const hello = require("codein-hello-world-task");
  • call
hello("sugarlabs")
    // fulfilled
    .then(mess => log(mess))
    // rejected
    .catch(mess => log(mess));
0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago