Eduard-Dan Stanescu

Eduard-Dan Stanescu

Meet Eduard, elmah.io's talented frontend developer. Besides coding, Eduard loves cooking, taking photos, and playing computer games.

Bucharest, Romania
1 post
JavaScript Error Handling

Explains JavaScript's try..catch error handling: the try block halts on error and passes control to catch(err), detailing properties on the caught error object like err.name (EvalError, RangeError, ReferenceError, SyntaxError, TypeError, URIError), err.message, err.stack, and err.linenumber. ...