I am working on a javascript problem and was given this code as part of it and was told it was an array.   /* here is the array used for project 1 */ const cart = [       {             product: {                   title: "Portrait of Marten Soolmans",                   filename: "105070.jpg",                   price: 75.0             },             quantity: 3       },       {             product: {                   title: "View of Houses in Delft",                   filename: "106060.jpg",                   price: 125.0             },             quantity: 1       },       {             product: {                   title: "Woman Reading a Letter",                   filename: "106050.jpg",                   price: 100.0             },             quantity: 2       },       ]; This is not like a normal array. How do I use it like an array and access the values of the variables?

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter6: Using Arrays
Section: Chapter Questions
Problem 9E
icon
Related questions
Question

I am working on a javascript problem and was given this code as part of it and was told it was an array.

 

/* here is the array used for project 1 */

const cart = [
      {
            product: {
                  title: "Portrait of Marten Soolmans",
                  filename: "105070.jpg",
                  price: 75.0
            },
            quantity: 3
      },
      {
            product: {
                  title: "View of Houses in Delft",
                  filename: "106060.jpg",
                  price: 125.0
            },
            quantity: 1
      },
      {
            product: {
                  title: "Woman Reading a Letter",
                  filename: "106050.jpg",
                  price: 100.0
            },
            quantity: 2
      },      
];

This is not like a normal array. How do I use it like an array and access the values of the variables?

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning