I didn't expect that this functions returns 2:
const f = () => { try { return 1 } finally { return 2 } }
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
I didn't expect that this functions returns 2:
const f = () => { try { return 1 } finally { return 2 } }