const { promisify } = require('util')
So neat!! Didn't know about this function. Also note that if you want to have this already done, you can use mz (I was gonna say fs-promise, but it's been deprecated...).
mz
fs-promise
Next step: async and await!
async
await
Oh, I didn't know about mz package, good to know.
Yep, now I have to explore async/await. Seems like the new logical wait to deal with asynchronous stuff in Javascript
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: I promise I won't callback anymore VIEW POST
FULL DISCUSSIONSo neat!! Didn't know about this function. Also note that if you want to have this already done, you can use
mz
(I was gonna sayfs-promise
, but it's been deprecated...).Next step:
async
andawait
!Oh, I didn't know about mz package, good to know.
Yep, now I have to explore async/await. Seems like the new logical wait to deal with asynchronous stuff in Javascript