What is difference between null and undefined in JavaScript?
according to the other programming languages , the key word null essentially meant that something wasn't defined or had no value . But while learning JavaScript I found that they have both null and undefined and also both do exact same .
the common ...
pranitha.hashnode.dev1 min read