JS-Variable Scope December 18th, 2015

Types of JavaScript variables: There can be two types of variables in JS, ● local variable ● global variable Scope[...]

Written by: Nagendra Rao | December 18th, 2015

Categories: Javascript