I was fiddling with a JS lesson I was about to teach and typed name into a browser console and it returned an empty string. If I use any other undeclared/unassigned variable, it gives me an uncaught reference error. I was curious why the name variable returns an empty string. Is this a browser only thing where they defined name on the window object to be an empty string?