Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   Local and Global Scope Variables in JavaScript (http://siteownersforums.com/showthread.php?t=981362)

sahithya 07-20-2021 02:00 AM

Local and Global Scope Variables in JavaScript
 
Global Variables − A global variable has a global scope which means it can be defined anywhere in your JavaScript code.
Local Variables − A local variable will be visible only within a function where it is defined. Function parameters are always local to that function.


All times are GMT -7. The time now is 06:32 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.