hello
{"ScriptPreparationCode":"\u0027use strict\u0027;\r\nlet p = document.getElementById(\u0027p\u0027)\r\nfor(let i = 1000; i--;) p.appendChild(document.createElement(\u0027p\u0027))\r\nfunction myFunc(node) {\r\nnode.remove()\r\n}","TestCases":[{"Name":"[].forEach.call","Code":"[].forEach.call(p.getElementsByTagName(\u0027*\u0027), myFunc)","IsDeferred":false},{"Name":"for...of","Code":"for(let node of p.getElementsByTagName(\u0027*\u0027))node.remove()","IsDeferred":false}]}