Consider the following code:
var sentences = [ \'Lorem ipsum dolor sit amet, consectetur adipiscing elit.\', \'Vivamus aliquet nisl quis
As is stated in the jQuery documentation http://api.jquery.com/jQuery.each/
return true in jQuery.each is the same as a continue
return true
jQuery.each
continue
return false is the same as a break
return false
break