(function (a) { console.log((a = "foo"), arguments[0]); })("bar"); (function (a) { "use strict"; console.log((a = "foo"), arguments[0]); })("bar");