Assessment wanted for Strings skill tests

Hi everyone, could you please assess my code for Strings Skill Tests?
I do appreciate beforehand.

Hello @bedribulut

you doing great well done here my notice :

  1. for 2nd task

this

quote.indexOf('green');

should be

quote.indexOf(substring);

  1. it better to write the js inside the js panel and the css code inside the css panel to make it more readable

hope that help and have a nice day :slight_smile:

2 Likes

thank you so much for your feedback.

1 Like

you very welcome :slight_smile: