网络问题吧,crtl+X 保存代码,刷新网页,粘贴代码,再次提交
【相关推荐】
function add(num1,num2){ return num1 + num2; } var sum = add(2,3); console.log(sum);