logo

Crowdly

Soit la structure JSON suivante: employees={     "lastname": "Grimard",     ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Soit la structure JSON suivante:

employees={

    "lastname": "Grimard",

    "firstname": "Catherine",

    "phoneNumber": "03.21.39.60.34",

    "email": "catherineGrimard@armyspy.com",

    "address": {

      "street": "71, Rue St Ferréol",

      "zipCode": 57070,

      "city": "Metz"

    }

}

La rue de l'adresse est lue et affichée dans la console par le code JS:

console.log(employees[address][street]);

More questions like this

Want instant access to all verified answers on moodle.unistra.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!