java script comparison operators doubt | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

java script comparison operators doubt

a. “0” == 0 // true or false? b. “” == 0 // true or false? c. “” == “0” // true or false?

14th Sep 2019, 10:54 AM
VIJAY MOURYA
VIJAY MOURYA - avatar
2 Antworten
0
just put it into an ide 🤦‍♂️
14th Sep 2019, 11:18 AM
Anton Böhler
Anton Böhler - avatar
0
besides there is '==' and '==='
14th Sep 2019, 11:18 AM
Anton Böhler
Anton Böhler - avatar