const a = [] + [];
const b = [] + {};
const c = {} + [];
const d = 1 + "1" - 1;
console.log(a, b, c, d);
Post #3496
1.29K
CHALLENGE
- 🔥 2
- 🤔 2
- 🤩 1