DEV Community

Discussion on: Syntactic sugar: yet another async/await question for JavaScript interviews

Collapse
 
noseratio profile image
Andrew Nosenko • Edited

I was actually contemplating how to avoid this ambiguity, but decided to stick with "non-async" for its literal meaning, no async modifier. Moreover, an asynchronous (in common sense) function doesn't even have to return a Promise, it can be any thenable. Anyhow, it's a great point, thank you. I agree I need to change the wording, and I think I'd also add "... without yield" :)