Is there an equivalent to the period from php in javascript?
ex.
to combine elsements for a string in php you use;
$variable . "test" . sumExpression . "moretext"
that would give you...
VARtestSUMmoretext
in a string.
Don't know what it is in javascript. =(