JS小题

131 阅读1分钟
-1 || 0  //? -1
let a = { p: 1 }
a.x = a = { z: 2 }
a.x //? undefined