{"ScriptPreparationCode":"var array = [0, 1, 2, 3, 4];","TestCases":[{"Name":"Array.prototype.push","Code":"array.push(5);","IsDeferred":false},{"Name":"Array.prototype.unshift","Code":"array.unshift(5);","IsDeferred":false}]}