reading-notes

View on GitHub

Error Handling and Debugging

all progremer will macke some mistake on writing a code and these are the most comman error object

Error is the error effect on the code work

SyntaxError this error when we have error in spacific line like write something wrong

ReferenceError when call the function wronge or not exist

TypeError An unexpected data type that cannot be coerced

RangeError Numbers not in acceptable range

URLError when write links wrong