rmurphey / js-assessment-answers

125 stars 84 forks source link

Is there a reason why strings haven't been included yet? #106

Open EmmaRamirez opened 8 years ago

EmmaRamirez commented 8 years ago

Just noticed that although there are some pull requests, the answers for the strings haven't been included in this repo yet.

claudiuTicu commented 8 years ago

I can't figure out the answer for the second test in strings... what's that 5 got to do with anything? Any pointers, please?

tedbreen commented 8 years ago

@claudiuTicu Here's a hint:

Take a look at the two arguments for #wordWrap:

Now look at the test: https://github.com/rmurphey/js-assessment/blob/master/tests/app/strings.js#L29