Feb 24, 2017 · 1 min read
Both work. Thenext call will just be converted into a Promise internally. When the asynchronous operation already returns a promise it is definitely better to return that (or use async/await).
Both work. Thenext call will just be converted into a Promise internally. When the asynchronous operation already returns a promise it is definitely better to return that (or use async/await).