answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is another name for a javascript variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why javascript function name and variable name same?

Either a case of bad programming practise or probably the function calls itself.


What is Undefined in javascript?

In JavaScript undefined is a special value used when a variable has not had a value set to it, or has not been declared.


What is a javascript variable?

A variable in JavaScript is an identifier that provides a storage location used to store a data value. The data stored at a particular location in memory. That we accessed by using the variable name. In JavaScript programs, a script will have to store the bits of information temporarily. It needs to do its work. It can store this data in variables. In other words, A variable is a symbolic name given to a location in the computer memory. Where we store the value, which can be used in the program. The value of the variable can change during the execution of the program. It may take different values at different times during the execution of the program. The name of the variable that we choose must be meaningful to understand, what it represents in the program. For example var Price = 100; Rules to follow: The name of the variable can contain a letter, digits, underscore(_), and dollar sign($). They must begin with a letter, not with a digit. Uppercase and Lowercase are distinct. That means the variable Total is not the same as total or TOTAl. It should not be a keyword. White space does also not allow. Variable can be any length. Hope this helps. Thank you


How do you equate a php variable to a javascript variable?

Ideal thing would be to retrieve the value from PHP using AJAX and then assigning it to a java script variable. Thereafter compare it to the java script variable that is already present.


How to convert a string into an integer in javascript?

In C# you can do that in the following way Convert.ToInt32(yourStringHere), for instance Convert.ToInt32("wikianswers"). But not all string can be converted to int type. If it happens compilator will throw the exception converting error which you can handle using structure try { ...//your code } catch (Exception) { ... //your code in the case of the exception }

Related questions

What is another name responding variable?

Another name for responding variable is dependent variable.


What is another name for responding variable?

Another name for responding variable is dependent variable.


What is another name for variability?

Another name for responding variable is dependent variable.


Why javascript function name and variable name same?

Either a case of bad programming practise or probably the function calls itself.


Another name for a dependent variable?

Another name for a dependent variable is also known as a responding variable


What is Undefined in javascript?

In JavaScript undefined is a special value used when a variable has not had a value set to it, or has not been declared.


What is another name for the dependant variable?

the 'y' variable


What is another name for the x variable?

The independent variable.


How do you put a JavaScript variable into the value of a HTML text box?

If your text box has the ID foo and your JavaScript variable is named bar, then you can use the following code to put the value of the variable into the text box:document.getElementById("foo").value=bar;


What is another name for the dependent variable in an experiment?

Responding variable


What is another name for the output variable in a function?

Dependent variable


Another name for responding variable?

i think its a Dependant variable. hope this helps!