To declare a variable, we must specify the _________and give the variable a unique name.
Answers
Answered by
4
Answer:
pls mark as brainliest
Explanation:
JavaScript uses reserved keyword var to declare a variable. A variable must have a unique name. You can assign a value to a variable using equal to (=) operator when you declare it or before using it. In the above example, we have declared three variables using var keyword: one, two and three.
Answered by
2
JavaScript uses reserved keyword var to declare a variable. A variable must have a unique name. You can assign a value to a variable using equal to (=) operator when you declare it or before using it.
Similar questions