{"ScriptPreparationCode":null,"TestCases":[{"Name":"JQ","Code":"$(\u0022div\u0022).each(function(i){\r\n $(this).text(\u0022a\u0022);\r\n });","IsDeferred":false},{"Name":"Vanilla","Code":"[...document.querySelectorAll(\u0022div\u0022)].map(e=\u003E{\r\n\te.innerText = \u0022a\u0022;\r\n});","IsDeferred":false}]}