#dsa
Read more stories on Hashnode
Articles with this tag
Reference Error When a variable is called before it is declared. It throws a 'reference error' in that scope. console.log(a) //Uncaught...
"Uncaught ReferenceError: a is not defined" Have you ever got this kind of error? And you are now confused between declaration and initialization.So,...