TIL you can return from a try-catch block, giving meaning to the finally block (probably)
try
catch
finally
yea; at least in js, finally runs after return
return