What is the output of the following code if run in a browser?
function doSomething() {
console.log(this);
}
doSomething();What is the output of the following code if run in a browser?
function doSomething() {
console.log(this);
}
doSomething();Create a free account to access the full topic