Programming
Ctrlk
  • Programming
  • 01. Languages
    • JavaScript
      • 01. JS Language
        • A. Language Core
        • B. Structured Types
        • C. Functions
        • D. Modules
        • E. Control Abstractions
          • E1. Iteration
          • E2. Exception Handling
            • 01. try-catch-finally
            • 02. Optional Catch
            • 03 Conditional Catch
            • 04. throw expression
            • 05. Error Object
          • E3. Generators
          • E4. Promises
          • E5. Async functions
      • 02. Package Development
      • 03. TypeScript
      • 04. Libraries
      • 05. Runtime Execution
    • Go Lang
    • Scala
    • Python
    • Primitives
  • 02. Tools
    • Git
    • Mac Setup
    • VS Code
  • 03. Paradigms
    • Functional Programming
    • FRP
  • 04. Design
    • Clean Code
    • SCIP
    • Design
    • Architecture
    • Practice
  • 05. Algorithms
    • Algorithms
    • Data Structures
    • Concurrency
  • 06. Testing
    • Testing
    • Performance
Powered by GitBook
On this page

Was this helpful?

  1. 01. Languages
  2. JavaScript
  3. 01. JS Language
  4. E. Control Abstractions

E2. Exception Handling

  1. try-catch-finally

  2. Optional catch binding

  3. Conditional catch clauses

  4. throw expression

  5. Error object

Previous05. Infinite IteratorNext01. try-catch-finally

Last updated 5 years ago

Was this helpful?