Coersion:Bir değeri bir tipten başka bir tipe dönüştürmek.
0==”0″ true Converts “0” to number
0==[] true converts [] to “” string then to number and result is 0
“0”=[] false converts [] to “” . “0” ile “” comparison ı false
Coersion olmaması için === kullanınız.
https://www.freecodecamp.org/news/explaining-the-best-javascript-meme-i-have-ever-seen/
EcmaScript:http://ecma-international.org/ecma-262/