J
John Kotuby
Hi guys,
Can a global JS variable be declared by just using:
var theGlobalVar:
Or must here be an assignment:
var theGlobalVar = '';
Even if the variable wil later be used as something other than a string
object?
Can a global JS variable be declared by just using:
var theGlobalVar:
Or must here be an assignment:
var theGlobalVar = '';
Even if the variable wil later be used as something other than a string
object?