Cant understand this javascript syntax
Hey guys can someone explain me the meaning of that syntax ? thanks
var varname1 [= value1] [, varname2 [= value2] ... [, varnameN [= valueN]]]
5 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
the original code is not valid syntax
did you mean
?
I think the [] are trying to signify that the contents inside them are optional
yea thats what i thought
the result would be this assuming everything is used