DEV Community

Discussion on: I Don't Know Javascript Coercion, Do You?

Collapse
 
karataev profile image
Eugene Karataev

Type coercion is definitely one of the most confusing parts in JS. It may contain many implicit steps with wtf results. For example

[] == ![] // true

And step by step explanation

Collapse
 
codenutt profile image
Jared

I should have included === in my video. Oops lol. Thank you!