{"ScriptPreparationCode":"let wrapper = document.createElement(\u0022ul\u0022)\r\nfor (let i = 1; i \u003C= 1e6; i\u002B\u002B) wrapper.append(document.createElement(\u0022li\u0022))\r\nsubject = wrapper.querySelectorAll(\u0022li\u0022)","TestCases":[{"Name":"Array.from","Code":"var other = Array.from(subject);","IsDeferred":false},{"Name":"Spread","Code":"var other = [...subject];","IsDeferred":false}]}