What is JavaScript Variables ?

What is JavaScript Variables ?

Hi,

My question is that What is Variable in JavaScript Programming Language. How to declare variables in JavaScript Program.

Thanks,

View Answers

March 22, 2011 at 10:24 AM

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









Related Tutorials/Questions & Answers:

Ads