asked 219k views
1 vote
The word ________ is the javascript declaration command used to create a variable.

asked
User Tzafrir
by
8.3k points

2 Answers

6 votes

The word ________ is the javascript declaration command used to create a variable.

Answer is:Var

example x is the variable the declaration is

var x;

5 votes
The word ________ is the javascript declaration command used to create a variable.
Answer is:Var

example x is the variable the declaration is
var x;
answered
User Shanique
by
8.3k points

No related questions found