Q. Which of the following does JSON.stringify not serialize?
β
Correct Answer: (C)
Both Undefined values and Functions within an object
Explanation: JSON.stringify does not serialize undefined values or functions within an object.