复制1const one = (false || {} || null) 2const two = (null || false || "") 3const three = ([] || 0 || true) 4 5console.log(one, two, three)
1const one = (false || {} || null) 2const two = (null || false || "") 3const three = ([] || 0 || true) 4 5console.log(one, two, three)
本题为“单选题”
题库维护不易,您的支持就是我们最大的动力!