'use strict'; var global = (function() {return this;})(); var global2 = new Function('return this')(); console.log(global); console.log(global2);