MCQ
Which method converts a JavaScript object to a JSON string?
JavaScript
A JSON.parse()
B JSON.stringify()
C JSON.convert()
D JSON.toJSON()
Explanation

JSON.stringify() converts a JavaScript object to a JSON string.