Thank you, thank you, thank you!!!!!!
So in sum it looks like we grab a line, check FIRST if there's a line break in it, then EVALUATE
that line word by word and see if it maxes out up to and including 20 characters. Then include the resulting
line in result and then continue with next line.
I updated the code to include up to 20 characters so I did this
line.length + word.length <= 20
Thanks again!!! You are the best!