handle-errors-and-exceptions-in-javascript.s
Owner: Maxime Sraïki
Why
Definitions
Checks
Examples
Bad Examples:
Example 1: No catch statement
Example 2: Error no rethrown
Example 3: Error not even considered
Good Examples:
Example 1: Error
Example 2: Exception
Last updated