logo

Crowdly

Browser

Add to Chrome

Gegeben sei folgender Code: const obj = {name: "John", age: function () {return ...

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

Gegeben sei folgender Code:

const obj = {name: "John", age: function () {return 30;}, city: "New York"};

const myJSON = JSON.stringify(obj);

console.log(myJSON);

Wie sieht die Ausgabe aus?

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