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();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();Create a free account to access the full topic