I have scoured the internet but have not found the information I have been looking for. The global object "this" and its underlying global objects like console, window, document, etc, where do they come from exactly?
What I mean is, are they simply keywords that are recognized by the V8 compiler? If so can someone give a clear explanation about what they are and what exactly is happening?
Thank you.
Jake