Global and Local Variables in Javascript

creation of the execution context

Hello, It is our 2nd day of learning Javascript, if you come directly here please check out how the javascript is executing in the backend, how the call stack is created how the Execution context is created, and the flow of execution. in the simple word if you created the function and assigned the variable ( eg. var n=10) inside […]

Global and Local Variables in Javascript Read More »