+ 2
Where do you put the variables?
4 odpowiedzi
+ 2
Hi Xander Martin
Seems you are new here.
Please ask question appropriately. Describe it in atleast few words, so that you get the answer properly.
As per your question, you can use variables anywhere.
Eg.
var x = 5;
document.write(x);
+ 2
Thanks Sachin
+ 1
Variables play very important role in programming. Variable is like a box which store data. Variables are used in many cases , such as in looping , OOP , for getting input etc.
+ 1
Thanks darmesh