题目:在JavaScript中,运行下面代码的结果是( )。 function foo(x){ var num=5; bar=function(y){ return (x+y+(++num)); } } console.log(foo(2)); console.log(bar(10)); console.log(bar(10));
A. undefined,18,19
B. 17,18,19
C. 5,18,19
D. undefined,18,18
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。