null >= 0 == true?
First of all, before diving into complex relational expressions, it is necessary to understand what null actually is.
What is null?
null actually means no value. In javascript, typeof null is an object. So we can consider null as a special object whi...
pranaygoel.hashnode.dev4 min read
Tamal Das
Human and a fulltime software engineer
An amazing article !