"Assessment wanted for Test your skills: Strings 3 and 4"

Here is the link to my answer to Strings 3: https://glitch.com/~alike-magnificent-stew
Here is the link to my answer to Strings 4: https://glitch.com/~scandalous-rightful-rowboat
Please let me know if I passed the assessment and if I utilized the correct code. Thanks.

Hi @Arthur_Chen!

Your strings 3 answer works perfectly, well done! the only small comment that I had was about your capitalized and fixedQuote lines — you could just do this on one line, like this:

let fixedQuote = lower.replace(firstLetter,firstLetter.toUpperCase());

Your Strings 4 answer is absolutely perfect.

I’d say you’ve definitely passed this — well done!

1 Like