79558167

Date: 2025-04-06 12:13:46
Score: 2.5
Natty:
Report link

at First: [] =0 and ![]=0,

• After type coercion, the comparison is 0 == 0, which is true.

So, [] == ![] evaluates to true because both sides are coerced to the number 0.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sam dan