Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. try {
  2. Block of code to try
  3. }
  4. catch(err) {
  5. Block of code to handle errors
  6. }
  7. finally {
  8. Block of code to be executed regardless of the try / catch result
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement