Undefined vs Is not defined : The Javascript way
To even begin with the topic, let's first understand how javascript allocates memory and executes the code.
Everything in javascript happens inside the Global Execution Context. Execution context can be assumed as a box inside which there are two com...
chinmayblogs.hashnode.dev2 min read