// Starter JavaScript Constructor..Note: Add Brand like hormel black label bacon // Last Edited: Saturday November 06 2021 0842 AM // Defining a JavaScript Constructor Function InventoryItemMaster As Purchased Quantity function InventoryItemMaster (itemNumber, name, pack, category1, category2, category3, grade, priceLb, priceEach, vendor, location, description) { this.itemNumber = itemNumber; this.name = name; this.pack = pack; this.category1 = category1; this.category2 = category2; this.category3 = category3; this.grade = grade; this.priceLb = priceLb; this.priceEach = priceEach; this.vendor = vendor; this.location = location; this.description = description; } // Using a JavaScript Constructor Function iim = InventoryItemMaster const iim1 = new InventoryItemMaster(123456789, new york steak, 12 x 6 oz, meat, beef, pre cut pre portioned, choice, $5.99, 3.49, allen brothers, refer 19, 6 oz choice pre cut new york steak) // Properties Inventory Items const inventoryItem = { name: "6 oz NY steaks each", pack: "each 6 oz steak vac pak", category1: "meat", category2: "beef", category3: "6 oz NY steak vac pak", grade: "prime", priceLb: 6.99, priceEach : "3.99", vendor: "Getz Meats", location: "walkin a, b, c, d,", } console.log(inventoryItem); USDA Prime Natural Beef Filet : Complete-Trim