Last active
January 21, 2025 22:56
-
-
Save jlcarrascof/9fa5fe08f0bc5381501c2b1baeaade88 to your computer and use it in GitHub Desktop.
Additional content for Video # 23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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