202306-NEA-DZ-FEW/madlibs-bug-slayers

Parse Story Text

Closed this issue · 2 comments

  • Create a function parseStory(rawStory) to parse the raw story into an array of objects with words and their corresponding parts of speech.

  • Use regular expressions to identify words and their parts of speech.

  • Return the array of parsed objects.

I have created the story parser function here you can check it out: 680e0ba

Thank you everyone, issue solved.