We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07e4a3 commit e0f33fcCopy full SHA for e0f33fc
topics/about_functions_and_closure.js
@@ -57,7 +57,7 @@ test("using call to invoke function",function(){
57
//function, and the arguments to be sent to the function,multiple arguments are separated by commas.
58
var result = invokee.call("I am this!", "Where did it come from?");
59
60
- equals(result,"I am this!Where did it come from?","what will the value of invokee's this be?");
+ equals(result,__,"what will the value of invokee's this be?");
61
});
62
63
test("using apply to invoke function",function(){
0 commit comments