Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
Item
{"ScriptPreparationCode":null,"TestCases":[{"Name":"jQuery","Code":"var els = $(\u0027#theList li\u0027);\r\nels.each(function() {\r\n $(this).text(\u0027Changed\u0027);\r\n});\r\n","IsDeferred":false},{"Name":"Vanilla JS","Code":"var els = document.querySelectorAll(\u0027#theList li\u0027);\r\nArray.prototype.slice.call(els).forEach(function(el) {\r\n el.textContent = \u0027Changed\u0027;\r\n});\r\n","IsDeferred":false}]}