JS Debugging 101: Differentiating TypeError and ReferenceError
"Errors come in all shapes and sizes, but at the end of the day, they all mean the same thing - time for some debugging!"
A ReferenceError in JavaScript is when you try to use a variable or a function that hasn't been declared or defined yet.
Think ...
shushma.hashnode.dev3 min read