All about Errors in Javascript
What is an Error?
In Javascript, an error is an object which gets thrown when something goes unexpected in a program.
The error object has three properties
message - A message is a short description about the error
name - Name tells us the type of t...
sruthicodes.hashnode.dev13 min read
Manasa Mandalreddy
Building webapps using React, NodeJS and Java. Learning AWS along the way.
Hi Sruthi, thank you for sharing this.