Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

types of variables in javascript

There are two scopes of variables:

- Global variables - Defined anywhere in code
- Local variables - Defined in only function
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #types #variables #javascript
ADD COMMENT
Topic
Name
7+9 =