There are lot of global functions (see compiled app.js file) We need to move most of those functions into ``` $(function() { }); ``` to remove them from global scope
There are lot of global functions (see compiled app.js file)
We need to move most of those functions into
to remove them from global scope