Using Promises

promise
  .then((result) => { ··· })
  .catch((error) => { ··· })
Comments