does finally get executed after catch throws exception code example
Example: finally always after try catch
Finally block is ALWAYS executed AFTER try / catch Javascript blocks.
Finally block is ALWAYS executed AFTER try / catch Javascript blocks.