Course · Section 9: Data Structures, Modern Operators and Strings · Lecture 118: Enhanced Object Literals
Implement `deepClone(value)` returning a deep copy of a JSON-compatible value.
+ 1 hidden test run on Submit.
Serializing then parsing produces a deep copy for plain JSON data, with the documented limitations.
Run your code to see results.