Tag: local and global var in javascript

  • Local and global variables in javascript

    Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2014/12/local-and-global-variables-in-javascript.html 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…