UNDEFINED Vs NOT DEFINED in JS
In JavaScript, understanding difference between undefined and not defined can be crucial.
JavaScript code execution happens in two phases : MEMORY CREATION PHASE and CODE EXECUTION PHASE.
In memory creation phase , the JS skims through whole program ...
vijayashree.hashnode.dev2 min read