Don't Get Confused by null and undefined: Here's the Difference
In JavaScript, null and undefined are two special values that represent the absence of a value. null is used to explicitly indicate that a variable does not refer to any object, while undefined is used to indicate that a variable has not been assigne...
ravineupane.hashnode.dev3 min read