I didn't expect that this functions returns 2:

const f = () => { try { return 1 } finally { return 2 } }

#JavaScript

Wed, 30 Oct 2019 14:13:32 UTC247