What is the best way of declaring multiple Variables in JavaScript?
Answers
Answered by
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