Are they the same?
var multiply = function () { //.. }(); var multiply1 = (function () { //.. }());
Yes, they are totally identical.