Skip to content

Instantly share code, notes, and snippets.

@gsampath127
Created February 11, 2020 16:28
Show Gist options
  • Save gsampath127/080f4677bed3fcc0db1ad1a5102106c6 to your computer and use it in GitHub Desktop.
Save gsampath127/080f4677bed3fcc0db1ad1a5102106c6 to your computer and use it in GitHub Desktop.
newMobile.then((message)=>{
console.log(message);
return newBike;
}).then((message)=>{
console.log(message);
return newCar;
}).then((message)=>{
console.log(message);
}).catch((message)=>{
console.log("One of the promise failed");
console.log(message);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment