Question 51 of 5298%
51

What will be the output of the following log statements?

function myFunction() {
  console.log(this);
}
myFunction();
51/52