JSFiddle - React, Tailwind, and code Playground
JavaScript
Promise.resolve()
.then(() => { console.log('ok') })
.catch((err) => { console.log('caught', err)})
.then(() => console.log('finally'));
Promise.resolve()
.then(() => { console.log('ok') })
.catch((err) => { console.log('caught', err)})
.then(() => console.log('finally'));