Slide 43
Slide 43 text
Modularization
code organized in multiple files to a user's web browser. We also want to use third party libraries like jQuery.
The way bundling JavaScript works in Sprockets is that it concatenates all the files together, relying on the programmer to assign and reference global variables in each
file,