Appearance
面试题: 下面代码中,a 在什么情况下会执行输出语句打印 1 ?
// var a = ?; if(a == 1 && a == 2 && a == 3){ console.log(1); }
点击执行,可以在控制台中查看可能的执行结果