Friday, May 25, 2018

Explain why '+[] == 0' output 'true' in Javascript?

Explain why +[] == 0 give output 'true' in Javascript?



Please, check example.






+[] == 0 ? alert(true) : alert(false);





And also check.
'1+[+[]]' give output '10'

No comments:

Post a Comment