Tag: javascript

1 post tagged with "javascript". See all tags.

WWhen async/await might not be the answer

2019-11-204 min read

When async/await was introduced to ECMAScript it was generally pretty celebrated. Nearly every engineer I spoke to raved about the feature, how it “finally” made asynchronous operations in JS not confusing. I’ve been using async/await professionally…