以下打印结果为true的是
console.log("12" === 12)
console.log (NaN === NaN)
console.log (typeof(null) === typeof(window))
console.log ([1,2,3] === [1,2,3])