Community

Elegant error handling with the JavaScript Either Monad

(James Sinclair) JavaScript gives us a built-in language feature for handling exceptions: try…catch statements.