Skip to content

Instantly share code, notes, and snippets.

@jlcarrascof
Last active January 21, 2025 22:56
Show Gist options
  • Save jlcarrascof/9fa5fe08f0bc5381501c2b1baeaade88 to your computer and use it in GitHub Desktop.
Save jlcarrascof/9fa5fe08f0bc5381501c2b1baeaade88 to your computer and use it in GitHub Desktop.
Additional content for Video # 23
// Additional Products for Hardware
{ name: 'Screwdriver Set', quantity: 10, price: 25.99, cost: 20.99, departmentId: 1, supplierId: 4 },
{ name: 'Drill Machine', quantity: 5, price: 79.99, cost: 60.99, departmentId: 1, supplierId: 7 },
{ name: 'Wrench Set', quantity: 12, price: 35.99, cost: 28.99, departmentId: 1, supplierId: 4 },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment