JavaScript
Aug 2026 6 min read
The Async Mistakes I Still Catch in Code Review
async/await made asynchronous JavaScript read like normal code — which is exactly why the bugs got sneakier. Four mistakes that pass review because they look right: forEach that never waits, accidental sequential fetches, one rejection killing everything & the missing await that swallows errors.
Read more