What is the output

Report a typo

What is the output of the following code if run in a browser?

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

doSomething();
Select one option from the list
___

Create a free account to access the full topic