WDV2221 Intro JavaScript

Unit-10 Assignment - Inventory Management with JSON

Problem 1

Display the item information by converting the JSON string to an Object and referencing the object properties in combination with string concatenation.

Problem 2

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}'

Item

Count