Display the item information by converting the JSON string to an Object and referencing the object properties in combination with string concatenation.
1. Create a function to pull data from the form and convert it to a JSON string using the JSON a method 2. Display the string in the output paragraph. Example: '{"itemName":"Book", "inventoryCount":10}'