Question: ****JavaScript**** Assign jsonData with the parsed value of the stringData variable. Then, assign 29 to the points property in jsonData and assign stringData with the
****JavaScript****
Assign jsonData with the parsed value of the stringData variable. Then, assign 29 to the points property in jsonData and assign stringData with the stringified version of jsonData.
var stringData = '{ "name": "Michael Jordan", "height": { "ft": 6, "in": 6 }, "points": 25, "position": "Power forward" }';
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
