Skip to content

Commit e0f33fc

Browse files
committed
removed the answer from one of the questions
1 parent c07e4a3 commit e0f33fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/about_functions_and_closure.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test("using call to invoke function",function(){
5757
//function, and the arguments to be sent to the function,multiple arguments are separated by commas.
5858
var result = invokee.call("I am this!", "Where did it come from?");
5959

60-
equals(result,"I am this!Where did it come from?","what will the value of invokee's this be?");
60+
equals(result,__,"what will the value of invokee's this be?");
6161
});
6262

6363
test("using apply to invoke function",function(){

0 commit comments

Comments
 (0)