Error #Node Quick Notes.
Errors are handled with exceptions.
throw keyword to break normal exectuion of javascript.
Node.js has Error class from Error core module.
Do, throw Error("My new error message."); or extend class and throw like Class MyCustomError extends Error(){};...
ajaybaraiya6.hashnode.dev1 min read