Why is there Undefined & NULL both in JavaScript and What's the difference?
Oct 18, 2023 · 1 min read · In JavaScript, we have NULL and Undefined which upon comparing with the equality operator returns True, because they both imply the same thing that the variable doesn't have a value. But while comparing them with the strict equality operator it retur...
Join discussion