English, asked by musheeralam201, 6 months ago

which of the following keywoard is used to declare a varibale in java script​

Answers

Answered by heartbeat79
1

Answer:

Creating a variable in JavaScript is called "declaring" a variable. You declare a JavaScript variable with the var keyword: var carName; After the declaration, the variable has no value (technically it has the value of undefined ).

Explanation:

var carname was the right answer

mark me as brainlist and follow

Similar questions