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...