i've found this example code
var global = (function () {
return this || (1, eval)('this');
}());
but i havn't understood its utility. When/why i should use this code?
i've found this example code
var global = (function () {
return this || (1, eval)('this');
}());
but i havn't understood its utility. When/why i should use this code?