var num = 8;
var num = 10;

console.log(num);
A: 8
B: 10
C: SyntaxError
D: ReferenceError

参考答案


齐德龙
28 声望5 粉丝

专注于前端技术的学习与分享!