Difference between null, undefined and not defined in javascript
In today’s post we are going to cover a question that is asked quite often in javascript interviews and technical rounds. Javascript has three ways to describe values which don’t exist or should not exist in general.
Undefined:-
There are certain cas...
smhatre59.hashnode.dev