Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JQuery Variables Re: JQuery Variables

#76640
lyleyboy
Member

Ok so I found it. I looked for ages and then came accross the answer.

Code:
var say = “Hello”;

say =+ ” World”;

I hope this helps someone else.