表达式闭包一些特性测试(17)实例页面

代码:

JS代码:
function foo(x, y) "use strict"; 1 + 1;
typeof foo(); // "string" (而不是 "number")
                

效果: