Skip to content Skip to sidebar Skip to footer
Showing posts with the label Local Variables

Why Is Global Variable Not Accessible Even If Local Variable Is Defined Later In Code

why does the following code segment generate the following output? code segment: var a = 10; functi… Read more Why Is Global Variable Not Accessible Even If Local Variable Is Defined Later In Code