For better readability, do not put more than one statement on a single line.

The following code snippet illustrates this rule :

var foo = "something"; var bar = "somethingElse";     // there are two statements