var obj = (function(a,b){ a.prop = b return a }(this,'hello'))
console.log(obj.prop)
hello [Finished in 0.4s]