| Level Navigation: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10⚡ | 11⚡ | 12⚡ | 13⚡ | 14⚡ | 15 | 16 | 17 | 18⚡ | 19 | 20 |
Note: Levels 10 and beyond are challenge levels that extend the basic Mad Libs functionality. These are optional but recommended for a more complete learning experience.
User Story: As a user, I want to save my completed Mad Libs stories so that I can read them again later and share them with friends.
Store completed stories in an in-memory array for later access.
Need help with arrays? Check out these snippets:
let stories = []; outside route handlersstories.push(storyContent);stories.length to check array sizeconsole.log(stories); to see stored storiesconsole.log(stories) output