Discussion :: Javascript - CS
- Which of the following does not serialize the undefined values or objects within an object?
Answer : Option C
Explanation :
JSON.stringify does not serialize undefined values or functions within an object.
Be The First To Comment