A
Q. Identify the process done in the below code snippet
o = {x:1, y:{z:[false,null,""]}};
s = JSON.stringify(o);
p = JSON.parse(s);
- Correct Answer - Option(B)
- Views: 14
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.