Computer Science, asked by saroj9997, 2 months ago

How do we declare a string variable?​

Answers

Answered by Anonymous
38

Explanation:

To declare variables in JavaScript, you need to use the var keyword. Whether it is a string or a number, use the var keyword for declaration.

hope this helps you

Similar questions