Question: CHALLENGE ACTIVITY 7.8.1: JavaScript and JSON. Jump to level 1 1 Assign jsonObject with the parsed value of the stringObject variable. Then, assign 30 to

CHALLENGE ACTIVITY 7.8.1: JavaScript and JSON. Jump to level 1 1 Assign jsonObject with the parsed value of the stringObject variable. Then, assign 30 to the points property in jsonObject and assign stringObject with the stringified version of jsonObject. 1 let stringObject = '{ "name": "Pau Gasol", "height": { "ft": 7, "in": 0 }, "points": 22, "position": "Point guard" }'; 3 2 3 4 245 4 5 2 Check Try again Feedback
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
