{"ScriptPreparationCode":"var a = \u0022abcdefghijklmnopqrstuvwxyz\u0022;","TestCases":[{"Name":"Array.from-\u003Emap","Code":"Array.from(a).map(()=\u003Ea.toUpperCase());","IsDeferred":false},{"Name":"Array.prototype.map.call","Code":"Array.prototype.map.call(a,()=\u003Ea.toUpperCase());","IsDeferred":false}]}