Hi,
My question is that What is Variable in JavaScript Programming Language. How to declare variables in JavaScript Program.
Thanks,
Hi,
JavaScript Variables are nothing but Containers which contains/ store the information. In JavaScript variables dependent on the value, not on the datatype that means variables are of dynamic typing. For Declaring variable in JavaScript you have to use var keyword.
Visit the link to get more information : http://www.roseindia.net/tutorial/javascript/javascriptbasics/JavaScript-Variables.html
Thanks
Ads