Joins a series of subsequent variable declaration statements of the same kind into a single statement. For example,
var a; var b;
becomes
var a, b;