logo

Crowdly

Browser

Add to Chrome

Gegeben sei folgender Code: const car = {   brand: "BMW",   model: "X5",   year:...

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

Gegeben sei folgender Code:

const car = {  brand: "BMW",  model: "X5",  year: 2022,  features: ["navigation", "sunroof"],  owner: {    name: "Anna",    age: 28  }};

const jsonStr = JSON.stringify(car);

console.log(jsonStr);

Wie lautet die Ausgabe in der Konsole?

More questions like this

Want instant access to all verified answers on moodle.campus02.at?

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

Browser

Add to Chrome