Question 9 What does stringify() return? JSON.stringify({"friends": [{"name":"Bobby", "age":20}, {"name":"Celia", "age":
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 9 What does stringify() return? JSON.stringify({"friends": [{"name":"Bobby", "age":20}, {"name":"Celia", "age":
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