论坛首页 招聘求职论坛

a piece of cake for interview

浏览 1956 次
精华帖 (0) :: 良好帖 (0) :: 隐藏帖 (1)
作者 正文
   发表时间:2010-12-06   最后修改:2010-12-06
function parent(){
	this.thisFun = function(){
		innerFun();
		alert("thisFunction: " + this);
	}
	var innerFun = function(){
		alert("innerFunction: " + this);
	}
	return thisFun;
	
}
 parent()();



So easy,isn't it? 

What is the result? Tell us your answer.

Don't try to execute the program before you submit your answer.






论坛首页 招聘求职版

跳转论坛:
Global site tag (gtag.js) - Google Analytics