Anonymous functions use the function keyword without a function name, define a function exactly where it is needed. Less wasteful. So, you'd use this: $(document).ready(function( )
instead of this: $(document).ready(emphasizePoemStanzas);
This note was recorded by Sally Carson from page of Learning jQuery.