Question 57 of 5898%
57

What will be the output of the following log statements?

function myFunction() {
  console.log(this);
}
myFunction();
57/58