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 :
- for 2nd task
this
quote.indexOf('green');
should be
quote.indexOf(substring);
- 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
2 Likes
thank you so much for your feedback.
1 Like
you very welcome