Which function is used to convert a JavaScript object into a string?
Options:
Explanation:
The
JSON.stringify() function is used to convert a JavaScript object into a string.
Tags:
JSON
Answer:
Which function is used to convert a JavaScript object into a string JSON.stringify().