Page 1 of 1

Question 9 What does stringify() return? JSON.stringify({"friends": [{"name":"Bobby", "age":20}, {"name":"Celia", "age":

Posted: Fri Jul 08, 2022 7:26 am
by answerhappygod
Question 9 What Does Stringify Return Json Stringify Friends Name Bobby Age 20 Name Celia Age 1
Question 9 What Does Stringify Return Json Stringify Friends Name Bobby Age 20 Name Celia Age 1 (46.08 KiB) Viewed 37 times
Question 9 What does stringify() return? JSON.stringify({"friends": [{"name":"Bobby", "age":20}, {"name":"Celia", "age":30}, {"name":"Judy", "age":21}]}, ["friends", "age"]); Ostring with just "friends" O string with names and ages string with no names O string with "friends", names and ages