0 / 60 seg.

What is the result in the console of running this code?

function logThis() {
  console.log(this);
}
logThis();