Identifier mystery

Report a typo

What do you need to specify in place of the parentheses so that the result of the following code would throw an error?

(...) someVar = "global";

function someFunc() {
  someVar = "new global";
}

someFunc();
Enter a short text
___

Create a free account to access the full topic