null >= 0 == true?
Aug 14, 2023 · 4 min read · 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...
TTamal commented