@dasilvacontin Right! An async function
returns a promise!
So this prints as expected: waiting for a promise waiting for an async function
Done
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
@dasilvacontin Right! An async function
returns a promise!
So this prints as expected: waiting for a promise waiting for an async function
Done
@dasilvacontin Using async in Promise.all()
with .map gets really annoying: