![]() |
#1 |
Registered User
Join Date: Jul 2015
Posts: 197
|
javascript scope?
what is java script scope?
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Aug 2016
Posts: 961
|
JavaScript has two scopes: global and local. A variable that is declared outside a function definition is a global variable, and its value is accessible and modifiable throughout your program. A variable that is declared inside a function definition is local.
|
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Sep 2016
Posts: 246
|
java scripts are known as a variable Scope that describes two scopes global and local variable.
A global variable declared outside function . A local variable is declared inside a function.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to Implement Interfaces in JavaScript | JavaScriptBank | Javascript | 1 | 03-30-2014 11:48 PM |
Javascript Countdown Timer redirecting Affiliate Links | JavaScriptBank | Javascript | 0 | 05-20-2013 10:29 PM |
40 Super Nice JavaScript Extensions and Plugins | JavaScriptBank | Javascript | 0 | 04-28-2013 11:14 PM |
9 Funniest JavaScript effects | JavaScriptBank | Javascript | 0 | 04-18-2013 02:13 AM |
65 Free JavaScript Photo Gallery Solutions | JavaScriptBank | Javascript | 0 | 04-15-2013 06:38 PM |