User Story
User sees a form with an input for a title and a textarea for text.
He also sees a button that says “Add Note”.
The user fills out the form and clicks “Add Note.”
He sees the title and content of his note immediately appear below the form.
Goal
Create a JavaScript object that saves the title and content of the form to an array of objects. Display the notes below the form.
Solution
The solution for this project is on Replit.com.