1.

Which of the following does JSON.stringify not serialize?

A. Undefined values
B. Functions within an object
C. Both Undefined values and Functions within an object
D. Functions outside the object
Answer» D. Functions outside the object


Discussion

No Comment Found