ProblemWhats wrong with this and new?
123456789101112131415//problems with this and newvar thing = (function () { this.a = 'hi'; // works})();var thing = (function () { "use stric
Continue reading