Question 9 What does stringify() return? JSON.stringify({"friends": [{"name":"Bobby", "age":20}, {"name":"Celia", "age":
Posted: Fri Jul 08, 2022 7:26 am
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