Echo JS 0.11.0

<~>

Gnito 960 days ago. link 1 point
Always add ’catch’ to Promises, that way you don’t need to surround them with ’try-catch’ (and ’await’ is mostly syntactic sugar - it becomes ugly because of try-catch blocks, which are usually needed).