johnduffy
-
johnduffy replied to the discussion How do you handle error handling in JavaScript compared to Python? in the forum General Web Scraping 2 hours ago
How do you handle error handling in JavaScript compared to Python?
@ geometry dash 3d: The concepts are nearly identical: place code that may fail inside a try block, handle exceptions in catch (JavaScript) or except (Python), and use finally in either language for cleanup that should run regardless of success or failure.
-
johnduffy became a registered member 2 hours ago