{"ScriptPreparationCode":"myObject = {a: 1, b: 2, c: 3}","TestCases":[{"Name":"A new clone via Object.assing","Code":"clonedObjectA = Object.assign(myObject);","IsDeferred":false},{"Name":"A new clone via spread operator","Code":"clonedObjectB = {...myObject};","IsDeferred":false}]}