@Hutirati

in Germany 0 is called null.
And null is no value.

@godbibo

Javascript could have been so cool if only it didnt have these shenanigans

@CozyLamm

A girl and JavaScript are the same, they're both confusing

@christdavinci

Make videos about this coding fact more

@TH4T1M3M3

0 == -null
>True
null == -0
>True

@adicandra9940

universe runs on javascript confirmed??

@chaise1702

Oh wow that's sick

@monkeyworship8804

Quantum language but still runs on bits so not quantum computing

@art6082

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.