codein-hello-world-task
v0.1.1
Published
module for codein sugarlabs task
Downloads
1
Readme
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));