display a variable in the console

I often use “inspect” mode (right click on a page and ‘inspect’) to test and understand javascript. Here is my problem, the display of the contents of a variable differs if I display it with console.log or if I simply type its name. A screenshot will certainly be clearer:
image