You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A proper modular style will place internal functions inside a scope so they don't pollute the global namespace. Often these functions do not reference the current lexical scope, and will perform better if lifted to the top level.