I didn't expect that this functions returns 2: const f = () => { try { return 1 } finally { return 2 } } #JavaScript