demo_promise
demo_promise copied to clipboard
create DemoPromise in Then instead of a Promise
Fix a minor issue in demo_promise2_chaining.js where we should create DemoPromise instead of Promise. Thanks for your awesome code! It teaches me a lot what is going on under the hood of Promise!