51. What will be the output of the following log statements?

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