We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4505e commit 13e8d62Copy full SHA for 13e8d62
topics/about_functions_and_closure.js
@@ -67,7 +67,7 @@ test("using apply to invoke function",function(){
67
68
//similar to the call function is the apply function. Apply only has two
69
//arguments: the first is the context that this should be set to in the called
70
- //function and and array of arguments to be passed into the called function.
+ //function and the second is the array of arguments to be passed into the called function.
71
var result = invokee.apply("I am this!", ["I am arg1","I am arg2"]);
72
73
equal(__, result, "what will the value of invokee's this be?");
0 commit comments