Error Handling in JavaScript: Try, Catch, Finally
What is an error
An error is a problem or mistake that breaks the execution flow of our program.
Types of Errors
Syntax errors - It is code syntax mistakes in the code. The program will not compile
javascript-kartik.hashnode.dev3 min read