Question 99 of 10099%
99

What will be the output of the following log statements?

function myFunction() {
  console.log(this);
}
myFunction();
99/100