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

#76702
Chris Coyier
Keymaster

For the record, jQuery has nothing to do with that, it’s just JavaScript, and the syntax is:

Code:
var someString = “Hello, “;
someString += “World!”;