I'm very much new to JavaScript. This question may be something very primitive. The posts that are suggested when I was typing this question didn't help me to resolve the issue.
I was following a tutorial and it uses Google Chrome console for exercises. It showed that the global and window objects tables could be printed on the console.
I tried and window was printed but not the global object. Why is this? Do I need to upgrade to a certain version of chrome/install other plugin to support global variables?
It says "Global is not defined"

