Answer to Question #309861 in HTML/JavaScript Web Application for Paulina

Question #309861

Using multi dimensional arrays, create an array that will store 10 items of stock with brand name. Number of stock in store and Quantity sold

1
Expert's answer
2022-03-11T17:39:33-0500
let arr = [
    ['Apple', '100', '20'],
    ['Banana', '120', '30'],
    ['Tomato', '40', '10'],
    ['Bread', '15', '4'],
    ['Juice', '86', '25'],
    ['Orange', '10', '2'],
    ['Milk', '24', '20'],
    ['Water', '1000', '200'],
    ['Tost', '50', '12'],
    ['Sugar', '10', '1'],
];

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS