What is the difference between global and local variables?

The main difference between global and local variables is where they can be used in the program. Using a variable globally means that it WILL suffer changes everytime  its value changes, whether this happens inside or outside a function. It is declared inside the script tags but outside any function. Local variables can only be used inside the function they were created in and WILL NOT be recognised outside that specific function. Be careful with nested expression too, because a variable declared inside a nested expression can only be used from the place in was declared in inwards, but not outside the first expression. 

DP
Answered by David P. Javascript tutor

1351 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

I've just heard about objects. How do I use them and do they work with Arrays?


Suppose that you have a <p> element with an id of 'id1'. Use javascript to set the inner html of this element to 'hello!'


How would you change the background colour of a div with the id "colourme" to purple?


How do you create objects in javascript?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning