Try - we can log or do some actions and show in console.
catch - whlile js check the try section and if it find some error, it will catch and don't show errors the screen. catch section find first error and stop , it doesn't check second one.
3.finally - this section show whatever in console the finish part.
Top comments (0)