Skip to content

a funcion named myPromise to achieve Promise/A+ Standard

Notifications You must be signed in to change notification settings

forthealllight/promise-achieve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

promise-achieve

a funcion named myPromise to achieve Promise/A+ Standard

Use

the myPromise.js is a function that achieves Promise/A+

var myPromise=require("./myPromise.js");
var p=new myPromise(function(resolve,reject){
});

Test

if you want to test myPromise satisfy the Promise/A+ or not

npm install -g promises-aplus-tests 

after that,

promises-aplus-tests  myPromise.js

About

a funcion named myPromise to achieve Promise/A+ Standard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published