Computer Science, asked by star9215, 1 year ago

What is the best way of declaring multiple Variables in JavaScript?

Answers

Answered by Anonymous
0

Multiple variables in JavaScript can also be chained, while separated by a comma. After the first declaration of a variable in the global scope, subsequent declarations of a variable name using var is possible.

Similar questions