Closed weizman closed 1 year ago
Some browsers consoles don't support scoping with {} so use the more global way (function(){}()) as it makes no difference in this context
{}
(function(){}())
Some browsers consoles don't support scoping with
{}
so use the more global way(function(){}())
as it makes no difference in this context