Assessment wanted for Silly story generator - Vlad

Hey team!

I’ve completed my Silly Story Generator! Learned lots about JavaScript fundamentals here. I still need to practice more on my Arrays and String combos.

With that said, I’d love an assessment on this.

Live Code: https://glitch.com/edit/#!/silly-story-generator-vv

Website: https://glitch.com/edit/#!/silly-story-generator-vv

MDN Link: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Silly_story_generator

Thank you so much!

-Vlad

Hi @Vladlen_Vronsky

Congratulations! There’s nothing to complain about. :+1:

String an array functions are powerful tools in your developer toolbox. When looking at arrays in particular there are several advanced functions with callbacks that will make your life much easier when understanding them. For example: forEach, filter, map or find.

Good luck!

Michael