What are the advantages of using
var foo = [];
over using
var bar = new Array();
i\'ve been told to use
It scores you less symbols in code golf.