doTheThing() .then((data) => { console.log(data) doSomethingElse() }) .catch((error) => { console.log(error) })