{"ScriptPreparationCode":"var x = document.getElementById(\u0027x\u0027);","TestCases":[{"Name":"Array.from","Code":"const array = Array.from(x.children);","IsDeferred":false},{"Name":"for loop","Code":"const array = [];\r\nfor (let i = 0; i \u003C x.children.length; i\u002B\u002B) {\r\n array.push(x.children[i]);\r\n}","IsDeferred":false}]}