Hacker News new | ask | show | jobs
by claytongulick 1575 days ago
JS will await on literals too, it just immediately resolves to the value of the literal.

I use this all the time in async functions with code branches, some of which await and some return an immediate value.