1
2
3
4
5
6
7
8
9
{"ScriptPreparationCode":"var els = document.querySelectorAll(\u0027div\u0027);","TestCases":[{"Name":"Lodash","Code":"_.forEach(els, (el) =\u003E {\r\n console.log(el.innerText);\r\n});","IsDeferred":false},{"Name":"Native","Code":"els.forEach((el) =\u003E {\r\n console.log(el.innerText);\r\n});","IsDeferred":false}]}