A

Akshay Kulkarni • 3.46K Points
Extraordinary

Q. What kind of work is being performed in the following given part of JavaScript's code?

Code:
<script>  
  
o = {x:1, y:{z:[false,null,""]}};   
s = JSON.stringify(o);   
p = JSON.parse(s);  
</script>  
  • (A) Object Encapsulation
  • (B) Object Encoding
  • (C) Object Abstraction
  • (D) Object Serialization
  • Correct Answer - Option(D)
  • Views: 140
  • Filed under category JavaScript

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics