Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following does JSON.stringify not serialize?

  2. A.

     Undefined values

    B.

     Functions within an object

    C.

     Both Undefined values and Functions within an object

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    JSON.stringify does not serialize undefined values or functions within an object.


Be The First To Comment