←back to thread

320 points willm | 1 comments | | HN request time: 0.201s | source
Show context
tripletpeaks ◴[] No.45106417[source]
It’s probably related to the fact that when they added “await” to JavaScript, it seemed to become the most popular keyword in the language overnight, just comical amounts of it in the average new JavaScript file in the wild.
replies(2): >>45109265 #>>45125293 #
1. zelphirkalt ◴[] No.45125293[source]
Somehow I prefer the explicitness of Promise.then().catch(). When I have to do JS. Am I the only one?