Javascript could have been so cool if only it didnt have these shenanigans
A girl and JavaScript are the same, they're both confusing
Make videos about this coding fact more
0 == -null >True null == -0 >True
universe runs on javascript confirmed??
Oh wow that's sick
Quantum language but still runs on bits so not quantum computing
In programming, null means nothing, not 0. 0 has value because it can be seen as string so is not nothing. Null = "". It is good that it works like that as if i make, e.g., an IF statement to make sure a variable has a value and used null as a comparison. "0" coming out as true wouldn't be good.
@Hutirati