Top Categories

Local and global variables in javascript
  • Category:
  • Sub Category:
  • javascript tutorial
  • local and global var in javascript
  • difference between local and global variables in javascript
  • javascript tutorial for beginners
  • javascript variable scope
  • javascript variable scope global
No Views

 In JavaScript there are 2 types of variables 1. Local variables 2. Global variables JavaScript local variables : Local variables are the variables declared with in a function. These variables have local scope meaning these are available only inside the function that contains them.

Comments

You Might Be Interested In